Skip to content
Snippets Groups Projects
Commit e2aebe9c authored by deuce's avatar deuce
Browse files

Fix typo in last commit... finally.

parent 117c006d
No related branches found
No related tags found
No related merge requests found
......@@ -1006,7 +1006,7 @@ static int sockreadline(http_session_t * session, char *buf, size_t length)
}
#else
for(i=0;TRUE;) {
if(revc(session->socket, &ch, 1, 0)!=1) {
if(recv(session->socket, &ch, 1, 0)!=1) {
session->req.keep_alive=FALSE;
close_request(session);
session->socket=INVALID_SOCKET;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment