cppalliance / http_proto

HTTP/1 parsing and serialization algorithms using C++11
https://develop.http-proto.cpp.al/
Boost Software License 1.0
23 stars 10 forks source link

HTTP Response on unrecoverable stream #45

Open vinniefalco opened 1 year ago

vinniefalco commented 1 year ago

When the parser encounters an unrecoverable error, for example if the request payload size exceeds the configured limit, the library should facilitate the caller sending an HTTP Response with an appropriate status code and close the connection.