bwindels / wwwee

wwwee, the wee webserver: a small, robust, low-resource and fast web application server for low workloads (home server, personal cloud)
GNU General Public License v3.0
26 stars 1 forks source link

If headers are bigger than read buffer, no response is send #2

Closed bwindels closed 6 years ago

bwindels commented 6 years ago

Observed: The connection never closes and no response is sent. Expected: send 431 response and close socket.

bwindels commented 6 years ago

Got fixed with using growable PageBuffers