]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] *.mes file reordered
authorWlodek Wencel <wlodek@isc.org>
Wed, 13 Jun 2018 22:28:52 +0000 (00:28 +0200)
committerWlodek Wencel <wlodek@isc.org>
Wed, 13 Jun 2018 22:28:52 +0000 (00:28 +0200)
src/lib/http/http_messages.mes

index 4c46693525b83f60f67dc9099166c7c55037233a..2c8e5cc8ed0ce1e25dfde4179c94a862184780d3 100644 (file)
@@ -33,6 +33,18 @@ from the server. The first argument specifies an URL of the server. The
 second argument provides a response in the textual format. The request is
 truncated by the logger if it is too large to be printed.
 
+% HTTP_CLIENT_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_CLIENT_REQUEST_RECEIVED_DETAILS detailed information about well formed request received from %1:\n%2
+This debug message is issued when the HTTP server receives a well formed
+request. It includes detailed information about the received request. The
+first argument specifies an address of the remote endpoint which sent the
+request. The second argument provides the request in the textual format.
+The request is truncated by the logger if it is too large to be printed.
+
 % HTTP_CLIENT_REQUEST_SEND sending HTTP request %1 to %2
 This debug message is issued when the client is starting to send a HTTP
 request to a server. The first argument holds basic information
@@ -46,17 +58,10 @@ first argument specifies an URL of the server to which the request is
 being sent. The second argument provides the request in the textual form.
 The request is truncated by the logger if it is too large to be printed.
 
-% HTTP_CLIENT_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_CLIENT_REQUEST_RECEIVED_DETAILS detailed information about well formed request received from %1:\n%2
-This debug message is issued when the HTTP server receives a well formed
-request. It includes detailed information about the received request. The
-first argument specifies an address of the remote endpoint which sent the
-request. The second argument provides the request in the textual format.
-The request is truncated by the logger if it is too large to be printed.
+% HTTP_CLIENT_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_CONNECTION_STOP stopping HTTP connection from %1
 This debug message is issued when one of the HTTP connections is stopped.
@@ -84,10 +89,17 @@ over the established connection. The first argument specifies the address
 of the remote endpoint. The second argument specifies request timeout in
 seconds.
 
-% HTTP_CLIENT_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_SERVER_RESPONSE_RECEIVED received HTTP response from %1
+This debug message is issued when the client finished receiving an HTTP
+response from the server. The URL of the server is specified as an argument.
+
+% HTTP_SERVER_RESPONSE_RECEIVED_DETAILS detailed information about well formed response received from %1:\n%2
+This debug message is issued when the HTTP client receives a well formed
+response from the server. It includes detailed information about the
+received response. The first argument specifies a URL of the server which
+sent the response. The second argument provides the response in the textual
+format. The response is truncated by the logger if it is too large to
+be printed.
 
 % HTTP_SERVER_RESPONSE_SEND sending HTTP response %1 to %2
 This debug message is issued when the server is starting to send a HTTP
@@ -102,18 +114,3 @@ first argument specifies an address of the remote endpoint to which the
 response is being sent. The second argument provides a response in the
 textual form. The response is truncated by the logger if it is too large
 to be printed.
-
-% HTTP_SERVER_RESPONSE_RECEIVED received HTTP response from %1
-This debug message is issued when the client finished receiving an HTTP
-response from the server. The URL of the server is specified as an argument.
-
-% HTTP_SERVER_RESPONSE_RECEIVED_DETAILS detailed information about well formed response received from %1:\n%2
-This debug message is issued when the HTTP client receives a well formed
-response from the server. It includes detailed information about the
-received response. The first argument specifies a URL of the server which
-sent the response. The second argument provides the response in the textual
-format. The response is truncated by the logger if it is too large to
-be printed.
-
-
-