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.
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
lighttpdproxying 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.