commit | 880f58049226e842e36e286a1653b714e8075b82 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 03 08:10:14 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 03 08:12:54 2019 +0100 |
tree | 443a0db0ff7ef684992d320e2b858ce11bb22ab4 | |
parent | 59884a646c046411a9080e72d2266ba6a4d4d166 [diff] |
CLEANUP: mux-h2: fix end-of-stream flag name when processing headers In h2c_decode_headers() we mistakenly check for H2_F_DATA_END_STREAM while we should check for H2_F_HEADERS_END_STREAM. Both have the same value (1) but better stick to the correct flag.