commit | 8f128b41ec9a20ecf68f570c53f039820ee913e9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 28 15:07:47 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 11 20:41:47 2015 +0100 |
tree | 2e30de535fb03a579feeb3ffd29b895ac15904cd | |
parent | 350f487300115d3e0d98a56630889efeab7108ef [diff] |
CLEANUP: session: use local variables to access channels / stream ints In process_session, we had around 300 accesses to channels and stream-ints from the session. Not only this inflates the code due to the large offsets from the original pointer, but readability can be improved. Let's have 4 local variables for the channels and stream-ints.