[issue22708] httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method

2021-11-07 Thread Éric Araujo
Change by Éric Araujo : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___ __

[issue22708] httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method

2021-03-05 Thread Senthil Kumaran
Change by Senthil Kumaran : -- assignee: -> orsenthil nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue22708] httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method

2018-07-16 Thread Michael Handler
Change by Michael Handler : -- pull_requests: +7839 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue22708] httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method

2017-04-14 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.7 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list maili

[issue22708] httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method

2017-03-20 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +655 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue22708] httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method

2015-04-16 Thread Vova
Vova added the comment: I don't know why I hardcoded version of HTTP, it was almost 6 months ago. Maybe because it just POC, or maybe because HTTP 1.0 is not allowed CONNECT method. Thank you for your patch and also for IDN support. -- ___ Python tr

[issue22708] httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method

2015-04-02 Thread Martin Panter
Martin Panter added the comment: Patch looks good to me. I’m not an expert on non-ASCII domain names, but enabling HTTP 1.1 should be okay, at least for new versions of Python. CONNECT for HTTP 1.1 is described at . Also, see the code review

[issue22708] httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method

2015-04-02 Thread Demian Brecht
Demian Brecht added the comment: Thanks for the report and follow up Vova. I've come across this line and it puzzled me as well as to why it's hardcoded. Rather than the hardcoded approach in your patch, I've attached a patch that uses _http_vsn_str which is consistent with other areas of the

[issue22708] httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method

2014-10-23 Thread Vova
Vova added the comment: The issue http://bugs.python.org/issue21224 is about http server implementations. The issue http://bugs.python.org/issue9740 is more relevant for what I talking about, but not exactly. Look, in this line https://hg.python.org/cpython/file/6a2f74811240/Lib/http/client.

[issue22708] httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method

2014-10-23 Thread R. David Murray
R. David Murray added the comment: See issue 21224 and issue 9740. It's not 100% clear to me from reading those issues, but it *sounds* like the support is there, you just have to turn it on. So I'm closing this issue as not a bug...either it already works (and you just have to set your code

[issue22708] httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method

2014-10-22 Thread Vova
New submission from Vova: At my workplace I have to use corporate Internet proxy server with AD/domain/ntlm authorization. I use local cntlm proxy server to authorize myself on corporate proxy. Programs are send requests to cntlm proxy without any authorization information. Cntlm proxy communi