From: Razvan Becheriu Date: Fri, 7 Aug 2026 04:22:13 +0000 (+0300) Subject: [#4656] addressed review comment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82440eddc70089a55892a42ca96b78a92eb3e484;p=thirdparty%2Fkea.git [#4656] addressed review comment --- diff --git a/src/lib/http/tests/http_server_test.h b/src/lib/http/tests/http_server_test.h index 5bbc7a60b6..8efdc50793 100644 --- a/src/lib/http/tests/http_server_test.h +++ b/src/lib/http/tests/http_server_test.h @@ -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: