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

clean up error codes and conditions #8

Open vinniefalco opened 2 years ago

vinniefalco commented 2 years ago

we don't need the partial success condition just the fatal one, which we can recycle from boost.url

the error code enum values need to be looked at again after parsing changes