Sergey Shepelev
Sergey Shepelev
Please always try latest version `pip install -U httplib2`
- Please show how `http` object is created. - Does it reproduce if you run this script twice? Is it cut at the same position? - Does it work with...
Thanks a lot. I think we're fine with custom mock server over real sockets on localhost for now. Files you are patching are no longer used, please see `tests/` directory.
You are absolutely right, clean up is long overdue. At this point I will likely do this at once with `python2/` removal.
That would be a simple fix in `http.client.HTTPSConnection()` call, we already create a context, just didn't pass it.
@Darkade please try again with 0.11.3 release or latest master commit. Should be fixed.
Please make "other documentation" more precise.
Blocked by https://github.com/httplib2/httplib2/issues/96
@fengxx sure, please check it. I uploaded 0.12.1 to test PyPI, wheels only. ``` pip install -i https://test.pypi.org/simple/ httplib2 ```
@fengxx Thanks, I re-uploaded it after `clean --all` as 0.12.2. That `import ...socks` line passed. Please check more.