]> git.kaiwu.me - haproxy.git/commit
MINOR: h2: create dummy idle and closed streams
authorWilly Tarreau <w@1wt.eu>
Tue, 16 May 2017 13:20:39 +0000 (15:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:15:51 +0000 (18:15 +0100)
commit2a8561895de6a70db82212f483c66ec94c1768db
tree23c136941fc5d91da2c99d2bc3377d2ee7e9e000
parent2373acc3844edfbd3100f5d6f9f08bb48d7cd5c1
MINOR: h2: create dummy idle and closed streams

It will be more convenient to always manipulate existing streams than
null pointers. Here we create one idle stream and one closed stream.
The idea is that we can easily point any stream to one of these states
in order to merge maintenance operations.
src/mux_h2.c