commit | 98f5cf7a59641b45548e09c0eeda57370d8cc631 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 13 14:15:58 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Sep 13 14:52:31 2018 +0200 |
tree | a0ef9bba354ec6c6cb0eebc41e1c71a4b96c8f9e | |
parent | ba5fbca33f3956df2c093ae46202c17f644cf81a [diff] |
MINOR: h1: parse the Connection header field The new function h1_parse_connection_header() is called when facing a connection header in the generic parser, and it will set up to 3 bits in h1m->flags indicating if at least one "close", "keep-alive" or "upgrade" tokens was seen.