Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
do not return on error from requie_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFrench committed Jul 12, 2017
1 parent 0305c10 commit ddc2ce6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions evhtp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1423,8 +1423,6 @@ htp__require_uri_(evhtp_connection_t * c)
if (c != NULL && c->request != NULL && c->request->uri == NULL)
{
evhtp_assert(htp__uri_new_(&c->request->uri) == 0);

return -1;
}

return 0;
Expand Down

0 comments on commit ddc2ce6

Please sign in to comment.