<@U99UXCQ9F> I would just read each line, until I ...
# announcements
c
@iLobanov I would just read each line, until I read 2 empty lines e.g.
Copy code
GET / HTTP/1.1\r\n
Content-Length: 100\r\n // <- Parse this line and store length for later
\r\n // <- empty line 1
\r\n // <- empty line 2