mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-05 11:39:33 +00:00
MINOR: mux-h1: Report a processing error during output processing
During output processing, It is unexpected to have a malformed HTX message. Instead of reporting a parsing error, we now report a processing error.
This commit is contained in:
parent
505adfca51
commit
69b482180c
@ -1830,7 +1830,7 @@ static size_t h1_process_output(struct h1c *h1c, struct buffer *buf, size_t coun
|
||||
default:
|
||||
error:
|
||||
/* Unexpected error during output processing */
|
||||
chn_htx->flags |= HTX_FL_PARSING_ERROR;
|
||||
chn_htx->flags |= HTX_FL_PROCESSING_ERROR;
|
||||
h1s->flags |= errflag;
|
||||
h1c->flags |= H1C_F_CS_ERROR;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user