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 ad5e78a commit a10210cCopy full SHA for a10210c
src/Server/HTTP/HTTPServerConnection.cpp
@@ -47,7 +47,7 @@ void HTTPServerConnection::run()
47
if (!session.hasMoreRequests())
48
{
49
if (is_first_request)
50
- // it is strange to have a connection being opened but no request has been sent, account it as an error case
+ // it is strange to have a connection being oppend but no request has been sent, account it as an error case
51
ProfileEvents::increment(ProfileEvents::HTTPServerConnectionsReset);
52
else
53
ProfileEvents::increment(ProfileEvents::HTTPServerConnectionsExpired);
0 commit comments