Skip to content

Commit a10210c

Browse files
committed
Revert "Update src/Server/HTTP/HTTPServerConnection.cpp"
This reverts commit f3a329e.
1 parent ad5e78a commit a10210c

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
@@ -47,7 +47,7 @@ void HTTPServerConnection::run()
4747
if (!session.hasMoreRequests())
4848
{
4949
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
50+
// it is strange to have a connection being oppend but no request has been sent, account it as an error case
5151
ProfileEvents::increment(ProfileEvents::HTTPServerConnectionsReset);
5252
else
5353
ProfileEvents::increment(ProfileEvents::HTTPServerConnectionsExpired);

0 commit comments

Comments
 (0)