Skip to content

Commit dc7b853

Browse files
committed
Revert "Update src/Server/HTTP/HTTPServerConnection.cpp"
This reverts commit 1ad5844.
1 parent dac6ebe commit dc7b853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server/HTTP/HTTPServerConnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ void HTTPServerConnection::run()
118118
{
119119
/// server decided to close connection
120120
/// usually it is related to the cases:
121-
/// - the request or response stream is not bounded or
121+
/// - the request or respond stream is not bounded or
122122
/// - not all data is read from them
123123
ProfileEvents::increment(ProfileEvents::HTTPServerConnectionsReset);
124124
}

0 commit comments

Comments
 (0)