Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Improved support for noack mode
Browse files Browse the repository at this point in the history
  • Loading branch information
yakushstanislav committed Jul 10, 2013
1 parent 215a036 commit c588542
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers.c
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,6 @@ void process_request(EagleClient *client)
memcpy(client->request, client->buffer + client->offset, client->pos);
client->offset += client->pos;
client->nread -= client->pos;
return;
}
} else {
if (client->nread == client->bodylen)
Expand Down

0 comments on commit c588542

Please sign in to comment.