Skip to content

Commit

Permalink
Fix 16c5135 (add missing return statement)
Browse files Browse the repository at this point in the history
  • Loading branch information
graygnuorg committed Mar 30, 2024
1 parent c8bf98b commit f6e4068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/http.c
Original file line number Diff line number Diff line change
Expand Up @@ -4592,6 +4592,7 @@ do_http (POUND_HTTP *phttp)
log_error (phttp, HTTP_STATUS_NOT_IMPLEMENTED, 0,
"unknown Transfer-Encoding");
http_err_reply (phttp, HTTP_STATUS_NOT_IMPLEMENTED);
return;
}
else if (content_length != NO_CONTENT_LENGTH)
{
Expand Down

0 comments on commit f6e4068

Please sign in to comment.