commit | d5016469bf802cccc4803e9d6b4577caf4c9a9db | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 16 10:37:20 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 16 10:39:50 2018 +0100 |
tree | 21d8bec0e483a8987ed4df4802beee55e63ea383 | |
parent | ffb1205a4710fcec54e5ce86141660f5888ea3b1 [diff] |
CONTRIB: debug: fix build related to conn_stream flags change Commit 53216e7db ("MEDIUM: connections: Don't directly mess with the polling from the upper layers.") removed the CS_FL_DATA_RD_ENA and CS_FL_DATA_WR_ENA flags without updating flags.c, thus breaking the build. This patch also adds flag CL_FL_NOT_FIRST which was brought by commit 08088e77c.