saladuit / BuzingaServ

This project is about writing our own HTTP server.
MIT License
2 stars 0 forks source link

POST: Content-Length Too long #46

Closed Tentanus closed 5 months ago

Tentanus commented 5 months ago

When Request Header Content-Lenght is bigger then the actual content, The server hangs. since the read doesn't return.