We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7c78f commit b6c04cbCopy full SHA for b6c04cb
1 file changed
docs/advanced-usage.rst
@@ -209,7 +209,7 @@ urllib3's behavior will be different depending on your proxy and destination:
209
* HTTPS proxy + HTTP destination
210
A TLS connection will be established to the proxy and later your request
211
will be forwarded with the `absolute URI
212
- <https://datatracker.ietf.org/doc/html/rfc9110#name-connect>`_.
+ <https://datatracker.ietf.org/doc/html/rfc9112#name-absolute-form>`_.
213
214
* HTTPS proxy + HTTPS destination
215
A TLS-in-TLS tunnel will be established. An initial TLS connection will be
0 commit comments