[issue41360] method _tunnel does not allow for a standard proxy authentication solution

2020-07-30 Thread Вадим Новиков
Change by Вадим Новиков : -- nosy: +Вадим Новиков ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue41360] method _tunnel does not allow for a standard proxy authentication solution

2020-07-21 Thread Ilia Androshchuk
Change by Ilia Androshchuk : -- nosy: +an7e ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue41360] method _tunnel does not allow for a standard proxy authentication solution

2020-07-21 Thread Alexey
New submission from Alexey : The _tunnel method of the HTTPConnection class in the http.client module, if the CONNECT request is unsuccessful, closes the connection and raises an OSError without returning the response data. This behavior does not allow to implement the authentication procedur