commit | 41ab86898e4e14b61fd2e1a35effdff9ab4fb4a2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 19 14:58:40 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 19 15:01:08 2017 +0200 |
tree | d1a7bef78c25d35a34f7706f173fed0959af4b6c | |
parent | 6b3f353bcfdc136eda68a03b5b63a3798911129b [diff] |
MINOR: channel: make the channel be a const in all {ci,co}_get* functions There's no point having the channel marked writable as these functions only extract data from the channel. The code was retrieved from their ci/co ancestors.