diff options
author | Arda Cinar <kuzux92@gmail.com> | 2023-01-13 19:55:20 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-01-14 12:28:02 +0100 |
commit | 0245a62f81f7d596838e80b3f342eae2deefcb17 (patch) | |
tree | b510ebd5c5fb80e97e4b28360494f942042e741d /Userland/Services/RequestServer | |
parent | 5b45b26613ac24e38ba7de15b70eeb9e753c0cc0 (diff) | |
download | serenity-0245a62f81f7d596838e80b3f342eae2deefcb17.zip |
LibGemini: Add a response length helper to Gemini::Job
Unlike HTTP responses, Gemini responses do not have a length header or a
delimiter for the end of a response. A response simply continues until
the connection is closed and its length is the number of bytes received.
So, the response length method only returns the result if it has
finished
Diffstat (limited to 'Userland/Services/RequestServer')
0 files changed, 0 insertions, 0 deletions