crow
crow copied to clipboard
Crow not closing socket for 5 seconds after calling end()
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.
may be resolve your problem with https://github.com/ipkn/crow/pull/294