]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: general: get rid of all old occurrences of "session *t"
authorWilly Tarreau <w@1wt.eu>
Thu, 24 Apr 2014 18:47:57 +0000 (20:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Apr 2014 19:25:50 +0000 (21:25 +0200)
commitf1fd9dc8fba205fb2e33a51011cb4c1e4c7fcf36
tree9fe8db40a0f84856e2227507c4d3e03236b472b8
parentcce3648e89a39de997082acc49efa1fc9b80cd7e
CLEANUP: general: get rid of all old occurrences of "session *t"

All the code inherited from version 1.1 still holds a lot ot sessions
called "t" because in 1.1 they were tasks. This naming is very annoying
and sometimes even confusing, for example in code involving tables.
Let's get rid of this once for all and before 1.5-final.

Nothing changed beyond just carefully renaming these variables.
include/proto/proto_http.h
src/backend.c
src/proto_http.c