summaryrefslogtreecommitdiffstats
path: root/src/lib/http/http_messages.mes
diff options
context:
space:
mode:
authorWlodek Wencel <wlodek@isc.org>2017-04-04 22:12:21 +0200
committerWlodek Wencel <wlodek@isc.org>2017-04-12 15:47:26 +0200
commit9e3ca83d0754415e92d796412a978909724e7893 (patch)
treebb9ea0cdb5dcc0c34809de09cd0fdce87af50caa /src/lib/http/http_messages.mes
parent[v1_2_0] ChangeLog updates (diff)
downloadkea-9e3ca83d0754415e92d796412a978909724e7893.tar.xz
kea-9e3ca83d0754415e92d796412a978909724e7893.zip
[v_1_2_0] copy right dates updated
Diffstat (limited to 'src/lib/http/http_messages.mes')
-rw-r--r--src/lib/http/http_messages.mes18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/http/http_messages.mes b/src/lib/http/http_messages.mes
index 4b8b691a4a..ad317fbf0b 100644
--- a/src/lib/http/http_messages.mes
+++ b/src/lib/http/http_messages.mes
@@ -22,24 +22,24 @@ of the request. The first argument specifies the amount of received data.
The second argument specifies an address of the remote endpoint which
produced the data.
+% HTTP_REQUEST_RECEIVED received HTTP request from %1
+This debug message is issued when the server finished receiving a HTTP
+request from the remote endpoint. The address of the remote endpoint is
+specified as an argument.
+
% HTTP_REQUEST_RECEIVE_START start receiving request from %1 with timeout %2
This debug message is issued when the server starts receiving new request
over the established connection. The first argument specifies the address
of the remote endpoint. The second argument specifies request timeout in
seconds.
-% HTTP_REQUEST_RECEIVED received HTTP request from %1
-This debug message is issued when the server finished receiving a HTTP
-request from the remote endpoint. The address of the remote endpoint is
-specified as an argument.
+% HTTP_REQUEST_TIMEOUT_OCCURRED HTTP request timeout occurred when communicating with %1
+This debug message is issued when the HTTP request timeout has occurred and
+the server is going to send a response with Http Request timeout status
+code.
% HTTP_RESPONSE_SEND sending HTTP response %1 to %2
This debug message is issued when the server is starting to send a HTTP
response to a remote endpoint. The first argument holds basic information
about the response (HTTP version number and status code). The second
argument specifies an address of the remote endpoint.
-
-% HTTP_REQUEST_TIMEOUT_OCCURRED HTTP request timeout occurred when communicating with %1
-This debug message is issued when the HTTP request timeout has occurred and
-the server is going to send a response with Http Request timeout status
-code. \ No newline at end of file