[core] permit connection-level state in modules
commitda86a596f592c942ddc666be4d20a7f15490b6a5
authorGlenn Strauss <gstrauss@gluelogic.com>
Fri, 9 Dec 2016 07:33:24 +0000 (9 02:33 -0500)
committerGlenn Strauss <gstrauss@gluelogic.com>
Fri, 9 Dec 2016 07:44:38 +0000 (9 02:44 -0500)
tree9d97977a7df89d521cc8674aa6cbf77208cd123d
parent28c8fec42bf344cdc6239c6a01dff8959810d158
[core] permit connection-level state in modules

modules may now keep state for the lifetime of a connection,
rather than being required to be reset after every request (when
there can be multiple keep-alive requests on the same connection)
src/connections.c