Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use consistent 'tunnelling' spelling in Lib/http/client.py
  • Loading branch information
handlerbot committed Jul 20, 2018
commit 2fe3ade45a12570d0ac5d5a8d3fb9064e7a3dfd4
2 changes: 1 addition & 1 deletion Lib/http/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ def __init__(self, host, port=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT,
self._create_connection = socket.create_connection

def set_tunnel(self, host, port=None, headers=None):
"""Set up host and port for HTTP CONNECT tunneling.
"""Set up host and port for HTTP CONNECT tunnelling.

In a connection that uses HTTP CONNECT tunnelling, the host passed to
the constructor is used as a proxy server that relays all communication
Expand Down