]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4656] addressed review comment
authorRazvan Becheriu <razvan@isc.org>
Fri, 7 Aug 2026 04:22:13 +0000 (07:22 +0300)
committerRazvan Becheriu <razvan@isc.org>
Fri, 7 Aug 2026 09:09:40 +0000 (09:09 +0000)
src/lib/http/tests/http_server_test.h

index 5bbc7a60b695a83707830e64784c4e0811cf8abc..8efdc5079359f7a5e4159d2e7e54978c5aa2e8b4 100644 (file)
@@ -310,7 +310,7 @@ private:
 /// @brief Connection that injects @c would_block on the first write once.
 ///
 /// Records whether the output buffer was consumed and how many @c doWrite()
-/// calls were scheduled while handling the injected retryable error.
+/// calls were scheduled while handling the injected error.
 class HttpConnectionWriteWouldBlock : public HttpConnection {
 public: