aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_server/httpd_request_handler.erl
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2013-09-16 12:44:50 +0200
committerMicael Karlberg <[email protected]>2013-11-12 18:24:47 +0100
commit1b39c3289665b82d0dd8d3d232bc9de1d7fb5237 (patch)
tree1f8f42d5207a9d562aa38656b9b5c65f989465a5 /lib/inets/src/http_server/httpd_request_handler.erl
parentb6447a51da5e601ce24b20b9059143e7db5f981d (diff)
downloadotp-1b39c3289665b82d0dd8d3d232bc9de1d7fb5237.tar.gz
otp-1b39c3289665b82d0dd8d3d232bc9de1d7fb5237.tar.bz2
otp-1b39c3289665b82d0dd8d3d232bc9de1d7fb5237.zip
[inets/httpd] Improved access log entry
Sometimes the size of a response could be as a string.
Diffstat (limited to 'lib/inets/src/http_server/httpd_request_handler.erl')
-rw-r--r--lib/inets/src/http_server/httpd_request_handler.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/src/http_server/httpd_request_handler.erl b/lib/inets/src/http_server/httpd_request_handler.erl
index 57beb1e403..2e4a35d031 100644
--- a/lib/inets/src/http_server/httpd_request_handler.erl
+++ b/lib/inets/src/http_server/httpd_request_handler.erl
@@ -267,7 +267,7 @@ handle_info({ssl_error, _, _} = Reason, State) ->
{stop, Reason, State};
%% Timeouts
-handle_info(timeout, #state{mod = ModData, mfa = {_, parse, _}} = State) ->
+handle_info(timeout, #state{mfa = {_, parse, _}} = State) ->
%% error_log("No request received on keep-alive connection "
%% "before server side timeout", ModData),
%% No response should be sent!