Skip to content

Commit

Permalink
small comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 5, 2017
1 parent d0b9ac5 commit 3d862c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netius/extra/proxy_r.py
Expand Up @@ -348,7 +348,7 @@ def on_headers(self, connection, parser):
encoding = netius.common.CHUNKED_ENCODING if is_chunked else\
netius.common.PLAIN_ENCODING

# calls the proper (http) method in the client this should acquire
# calls the proper (HTTP) method in the client this should acquire
# a new connection and start the process of sending the request
# to the associated http server (request handling)
_connection = self.http_client.method(
Expand Down

0 comments on commit 3d862c1

Please sign in to comment.