diff options
author | Andrei Pavel <andrei@isc.org> | 2021-01-22 00:36:41 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-01-25 12:52:09 +0100 |
commit | 96f049b111ba175c74397d79ab6aff574ece900d (patch) | |
tree | 314f11706d923f372c8edc6b89b0e7906c524db1 /src/lib/http/connection.cc | |
parent | [#1656] 1.9.4 release: dos2unix SVGs (diff) | |
download | kea-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.cc | 2 |
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 |