-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error reading response when accepting GZIP encoding #12
Comments
Thanks for the report @durango this should be as simple as adding a definition to the extension including #define CPPHTTPLIB_OPENSSL_SUPPORT
#define CPPHTTPLIB_ZLIB_SUPPORT
#include "httplib.hpp" |
Well nothing is ever as easy as it looks! |
@lmangani looks good on that branch, glad it was a quick fix, thank you |
Bravo!! |
Submitted to Community Extensions repo: duckdb/community-extensions#195 |
Implemented in latest release. I hope it works! |
The text was updated successfully, but these errors were encountered: