crow icon indicating copy to clipboard operation
crow copied to clipboard

Crow not closing socket for 5 seconds after calling end()

Open mindjuice opened this issue 7 years ago • 1 comments

Is anyone else seeing the situation where Crow does not close the socket of a request until 5 seconds after resp.end() is called?

This is causing an issue with lighttpd proxying for me, where it will not send the next request until 5 seconds after the first one completes.

Wondering if anyone has found a workaround for this.

Thanks.

mindjuice avatar Sep 26 '18 15:09 mindjuice

may be resolve your problem with https://github.com/ipkn/crow/pull/294

shyblue avatar Dec 18 '18 10:12 shyblue