diff options
author | Louis-Philippe Gauthier <[email protected]> | 2014-07-03 08:41:01 -0400 |
---|---|---|
committer | Louis-Philippe Gauthier <[email protected]> | 2014-07-03 08:41:01 -0400 |
commit | d4813b7a8a8d5a887deae70f7f8377796cd62233 (patch) | |
tree | be7c7257cfb1071d765c5f15a19b55a41fabc635 /lib/inets/src/http_client | |
parent | fbc5f26d8f00277aca13fd97a0eef2423446c249 (diff) | |
download | otp-d4813b7a8a8d5a887deae70f7f8377796cd62233.tar.gz otp-d4813b7a8a8d5a887deae70f7f8377796cd62233.tar.bz2 otp-d4813b7a8a8d5a887deae70f7f8377796cd62233.zip |
Fix typo in documentation /header_as_is/headers_as_is/
Diffstat (limited to 'lib/inets/src/http_client')
-rw-r--r-- | lib/inets/src/http_client/httpc_handler.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/src/http_client/httpc_handler.erl b/lib/inets/src/http_client/httpc_handler.erl index 5ae6760f08..d152d9f0be 100644 --- a/lib/inets/src/http_client/httpc_handler.erl +++ b/lib/inets/src/http_client/httpc_handler.erl @@ -1793,7 +1793,7 @@ tls_tunnel_request(#request{headers = Headers, host_header(#http_request_h{host = Host}, _) -> Host; -%% Handles header_as_is +%% Handles headers_as_is host_header(_, URI) -> {ok, {_, _, Host, _, _, _}} = http_uri:parse(URI), Host. |