Sergey Shepelev
Sergey Shepelev
@yamahubuki do you want to write a test?
@yamahubuki please rebase on master, it has CI fixed, it should show test failure in py2.
IMHO, best option here is detect `have:[email protected]//` then add default scheme in front and make urlparse great again.
Thank you very much. Patch seems fine. Dear users and @httplib2/maintainers is it possible to give this one a bit of field testing? To compensate automated tests. `pip install https://github.com/httplib2/httplib2/archive/b1b47957f4a3402392bd9897ca15d8566d0d614d.zip`
Thanks. Do you have to run tests with pysocks available in packages? httplib2 currently vendors this module but defaults to using external package if available. We should switch to just...
I meant that running tests in isolated virtualenv without pysocks would solve the issue too. Good to know it's not blocking.
@mgorny does it work on new master?
Thank you. Looks useful. Likely need same addition in all 4 combinations of python{2,3} {http,https}connection. And test.
Hello, @lambokini Please accept my condolences on requirement to speak HTTP over 443 port, I've been to similar situations. This behavior c39a6eb05407221d9d4451bd140ab9c291c39dd0 is workaround against bad config in Google servers...
@lambokini you can use `pip install https://github.com/httplib2/httplib2/archive/master.zip` and PyPI release with this fixed is coming soon.