summaryrefslogtreecommitdiffstats
path: root/src/lib/http/http_messages.cc
diff options
context:
space:
mode:
authorMichal Nowikowski <godfryd@isc.org>2021-04-23 11:35:00 +0200
committerMichal Nowikowski <godfryd@isc.org>2021-04-26 11:22:49 +0200
commita3d133dd1bccfe590ba9d350885ff7d9eb6297ec (patch)
treeee1cc8be6206362afdcdfe0634959edf0d8bbf74 /src/lib/http/http_messages.cc
parent[#1820] bump lib versions for 1.9.7 (diff)
downloadkea-a3d133dd1bccfe590ba9d350885ff7d9eb6297ec.tar.xz
kea-a3d133dd1bccfe590ba9d350885ff7d9eb6297ec.zip
[#1821] release changes
Diffstat (limited to 'src/lib/http/http_messages.cc')
-rw-r--r--src/lib/http/http_messages.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/http/http_messages.cc b/src/lib/http/http_messages.cc
index 7e2cb62bbc..d043ad323e 100644
--- a/src/lib/http/http_messages.cc
+++ b/src/lib/http/http_messages.cc
@@ -68,7 +68,7 @@ const char* values[] = {
"HTTP_CONNECTION_STOP_FAILED", "stopping HTTP connection failed",
"HTTP_DATA_RECEIVED", "received %1 bytes from %2",
"HTTP_IDLE_CONNECTION_TIMEOUT_OCCURRED", "closing persistent connection with %1 as a result of a timeout",
- "HTTP_PREMATURE_CONNECTION_TIMEOUT_OCCURRED", "premature connection timeout occurred: in transaction ? %1, transid: %2, current_transid_: %3",
+ "HTTP_PREMATURE_CONNECTION_TIMEOUT_OCCURRED", "premature connection timeout occurred: in transaction ? %1, transid: %2, current_transid: %3",
"HTTP_REQUEST_RECEIVE_START", "start receiving request from %1 with timeout %2",
"HTTP_SERVER_RESPONSE_RECEIVED", "received HTTP response from %1",
"HTTP_SERVER_RESPONSE_RECEIVED_DETAILS", "detailed information about well-formed response received from %1:\n%2",