carrot / charge

A bundle of useful middleware and tools for serving static sites
Other
22 stars 1 forks source link

Random Shutdown #23

Closed jescalan closed 9 years ago

jescalan commented 10 years ago

So we have known about this for a bit, but occasionally when running in production, the server stops actually serving requests and just sends back blank pages. This is very strange, and we should figure out what's causing it.

scottcorgan commented 10 years ago

Are you getting a 200 response with 0 bytes?

hhsnopek commented 10 years ago

@scottcorgan yupp

scottcorgan commented 10 years ago

In a beta version of Superstatic, we are seeing the same thing. I'll reference when we see what's up.

On Fri, Aug 29, 2014 at 12:32 PM, Henry Snopek notifications@github.com wrote:

@scottcorgan https://github.com/scottcorgan yupp

— Reply to this email directly or view it on GitHub https://github.com/carrot/charge/issues/23#issuecomment-53920501.

jescalan commented 10 years ago

Awesome, glad to have a little help here! This bug is pretty rough, really makes it impossible to use in production. We'll let you know if we find anything as well.

jescalan commented 10 years ago

I'm sorry, I totally don't understand your response at all... could you give me a little more context?

scottcorgan commented 10 years ago

I'm going to assume it doesn't apply to Charge in that this is a proxy portion of Superstatic.

Just wanted to give you a place to start looking. Namely the areas that use res.statusCode.

jescalan commented 10 years ago

Ah ok, will look around spots that use res.statusCode then -- thanks!