Jorge
Jorge
Starting with 1.26 urllib3 now supports HTTPS proxies. To enable the support two changes are needed: * An additional proxy_kwargs argument that can be passed from the session. This dictionary...
I've been trying to execute in wasmer a WASM file compiled from C++ code using emscripten. Here's the file that I'm trying to execute in C++: ```cpp #include int main(int...
We ran into a server in the wild that is using Litespeed that is rejecting our requests with a ``400 Bad Request`` because of an empty ``DATA`` frame following a...
For v2, it would be nice if we expand the ways we can match an HTTPS proxy certificate. After #2407 is merged, we'll only have hostname verification but it would...
See https://github.com/python/cpython/pull/8305 for context. The HTTP CONNECT message will be upgraded to HTTP/1.1 from HTTP/1.0. I expect a small set of changes in the library itself.