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

zlib::error should be public #106

Closed vinniefalco closed 1 month ago

vinniefalco commented 1 month ago

And probably the declaration for make_error_code. Look at Boost.URL for the latest error category idiom.

ashtum commented 1 month ago

Addressed in #108.