Skip to content

Commit

Permalink
do not send extra \r\n
Browse files Browse the repository at this point in the history
  • Loading branch information
alperakcan committed Nov 14, 2021
1 parent e8e5836 commit ed50361
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/httpserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -2172,10 +2172,6 @@ __attribute__ ((visibility ("default"))) int medusa_httpserver_client_reply_send
if (rc < 0) {
return rc;
}
rc = medusa_buffer_printf(buffer, "\r\n");
if (rc < 0) {
return rc;
}
return 0;
}

Expand Down

0 comments on commit ed50361

Please sign in to comment.