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 service APIs should not use buffers #107

Open vinniefalco opened 1 day ago

vinniefalco commented 1 day ago

Since the ZLib service API only uses single buffers, it would be better to just use raw pointers and sizes in function parameter lists. Otherwise, users who do not need Boost.Buffers will be dragging it in for no good reason.