Mark Dineen
Results
12
comments of
Mark Dineen
When I create `sr_ctx` with a global variable and set it directly the problem goes away. Something is clearing the module context between the calls to `ngx_http_zip_send_file_piece` and `ngx_http_zip_subrequest_body_filter`. ```diff...
https://github.com/evanmiller/mod_zip/pull/111 fixes the problem at the source.