summaryrefslogtreecommitdiffstats
path: root/src/lib/http/connection.cc
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2021-01-22 00:36:41 +0100
committerAndrei Pavel <andrei@isc.org>2021-01-25 12:52:09 +0100
commit96f049b111ba175c74397d79ab6aff574ece900d (patch)
tree314f11706d923f372c8edc6b89b0e7906c524db1 /src/lib/http/connection.cc
parent[#1656] 1.9.4 release: dos2unix SVGs (diff)
downloadkea-96f049b111ba175c74397d79ab6aff574ece900d.tar.xz
kea-96f049b111ba175c74397d79ab6aff574ece900d.zip
[#1656] 1.9.4 release: spelling check
Diffstat (limited to 'src/lib/http/connection.cc')
-rw-r--r--src/lib/http/connection.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/http/connection.cc b/src/lib/http/connection.cc
index cc843e78da..673e4466c6 100644
--- a/src/lib/http/connection.cc
+++ b/src/lib/http/connection.cc
@@ -387,7 +387,7 @@ HttpConnection::requestTimeoutCallback(TransactionPtr transaction) {
// if such transaction exists.
auto request = spawned_transaction->getRequest();
- // Depending on when the timeout occured, the HTTP version of the request
+ // Depending on when the timeout occurred, the HTTP version of the request
// may or may not be available. Therefore we check if the HTTP version is
// set in the request. If it is not available, we need to create a dummy
// request with the default HTTP/1.0 version. This version will be used