humanmade / aws-xray

HM Platform AWS X-Ray Integration
23 stars 4 forks source link

Filter use of fastcgi_finish_request #33

Closed joehoyle closed 5 years ago

joehoyle commented 5 years ago

This is a filter to allow plugins to override the use of fastcgi_finish_request.

fastcgi_finish_request can cause compat issues with other plugins that hook in on shutdown and output data, so we might not always want to close the connection on the first shutdown function call.