We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac6ebe commit dc7b853Copy full SHA for dc7b853
src/Server/HTTP/HTTPServerConnection.cpp
@@ -118,7 +118,7 @@ void HTTPServerConnection::run()
118
{
119
/// server decided to close connection
120
/// usually it is related to the cases:
121
- /// - the request or response stream is not bounded or
+ /// - the request or respond stream is not bounded or
122
/// - not all data is read from them
123
ProfileEvents::increment(ProfileEvents::HTTPServerConnectionsReset);
124
}
0 commit comments