commit | 2a8561895de6a70db82212f483c66ec94c1768db | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 16 15:20:39 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:15:51 2017 +0100 |
tree | 23c136941fc5d91da2c99d2bc3377d2ee7e9e000 | |
parent | 2373acc3844edfbd3100f5d6f9f08bb48d7cd5c1 [diff] |
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.