Skip to content

Commit

Permalink
htp: do not error on multiple 100 Continue
Browse files Browse the repository at this point in the history
Ticket: #5917
  • Loading branch information
catenacyber authored and victorjulien committed Mar 30, 2023
1 parent ca09fb7 commit 11a64ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htp/htp_response.c
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ htp_status_t htp_connp_RES_BODY_DETERMINE(htp_connp_t *connp) {
if (is100continue) {
if (connp->out_tx->seen_100continue != 0) {
htp_log(connp, HTP_LOG_MARK, HTP_LOG_ERROR, 0, "Already seen 100-Continue.");
return HTP_ERROR;
}

// Ignore any response headers seen so far.
Expand Down

0 comments on commit 11a64ee

Please sign in to comment.