[issue40968] urllib does not send http/1.1 ALPN extension

2020-11-13 Thread Christian Heimes
Christian Heimes added the comment: New changeset f97406be4c0a02c1501c7ab8bc8ef3850eddb962 by Christian Heimes in branch 'master': bpo-40968: Send http/1.1 ALPN extension (#20959) https://github.com/python/cpython/commit/f97406be4c0a02c1501c7ab8bc8ef3850eddb962 -- _

[issue40968] urllib does not send http/1.1 ALPN extension

2020-06-18 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +20138 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20959 ___ Python tracker ___

[issue40968] urllib does not send http/1.1 ALPN extension

2020-06-18 Thread Christian Heimes
Change by Christian Heimes : -- title: urllib is unable to deal with TURN server infront -> urllib does not send http/1.1 ALPN extension versions: +Python 3.10, Python 3.7, Python 3.9 ___ Python tracker