mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-27 21:06:45 -04:00
CLEANUP: Fix a typo in the proto_htx subsystem
Fixes a typo in the code comments of the proto_htx subsystem.
This commit is contained in:
parent
41abef77cb
commit
e9d5c727c1
1 changed files with 1 additions and 1 deletions
|
|
@ -4238,7 +4238,7 @@ static void htx_manage_client_side_cookies(struct stream *s, struct channel *req
|
|||
* - delete the complete cookie if we're in insert+indirect mode, so that
|
||||
* the server never sees it ;
|
||||
* - remove the server id from the cookie value, and tag the cookie as an
|
||||
* application cookie so that it does not get accidently removed later,
|
||||
* application cookie so that it does not get accidentally removed later,
|
||||
* if we're in cookie prefix mode
|
||||
*/
|
||||
if ((s->be->ck_opts & PR_CK_PFX) && (delim != val_end)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue