mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-17 08:54:41 +00:00
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.
This commit is contained in:
parent
350f487300
commit
8f128b41ec
588
src/session.c
588
src/session.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user