💾 Archived View for seydaneen.nahtgards.de › leuchtturm › dwemerartefakte › blog › 2021-09-11.gemini captured on 2023-09-08 at 16:06:25. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Endlich habe ich den "Bug" gefunden, der verhindert hat, dass ich Dateien größer als etwa 100kb mit JAGS zurückgeben konnte:
Der Übeltäter war stream_set_blocking(). Setzt man das im für den Stream auf true knallts; ich zitiere von php.net:
Remember that fwrite() returns an int, and this int represents the amount of data really written to the stream. So, if you see that fwrite() returns less than the amount of written data, it means you'll have to call fwrite() again in the future to write the remaining amount of data.
Ich denke, JAGS ist damit soweit produktiv als Gemini-Server einsetzbar... Falls jemand da draußen JAGS schon nutzt: Updaten! :)
---