ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.48k stars 891 forks source link

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

Open mindjuice opened 6 years ago

mindjuice commented 6 years ago

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.

shyblue commented 5 years ago

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