Willy Tarreau 880f580492 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.
2019-01-03 08:12:54 +01:00
..
2018-12-02 18:41:54 +01:00
2018-12-21 19:54:16 +01:00
2018-12-21 19:54:16 +01:00
2017-10-25 04:45:48 +02:00
2018-12-21 19:54:16 +01:00