dynamic handlers store debug flag in handler_ctx
commitdc91e40657685bae076d1d20c703c36b6c41ca41
authorGlenn Strauss <gstrauss@gluelogic.com>
Mon, 19 Sep 2016 05:27:11 +0000 (19 01:27 -0400)
committerGlenn Strauss <gstrauss@gluelogic.com>
Tue, 20 Sep 2016 00:02:02 +0000 (19 20:02 -0400)
treec2523ac167c08c6765e273d7ddccd07a3fe025bf
parent7ef569b20421827e3a153431aaecbf1079259c79
dynamic handlers store debug flag in handler_ctx

(for persistence across multiple re-entries into routines upon
 receiving fdevent)

(setting module debug flag in global scope is still recommended
 since there are places where p->conf.debug is checked since
 handler_ctx might not be available at all points)
src/mod_fastcgi.c
src/mod_proxy.c
src/mod_scgi.c