crow icon indicating copy to clipboard operation
crow copied to clipboard

Crow close https client connection after some seconds of first request

Open renathoaz opened this issue 6 years ago • 1 comments

I'm using crow on my project with ssl enabled and when I open https://localhost:18080/test with a web browser. If I wait for a while, and resend the request, the server seems to close the tcp connection. Then, reloading https://localhost:18080/test with a web browser does not work unless I restart either server or the web browser.

Somebody can help me on this? Using postman gives me the same error, the first request works, the second gets connection closed, and I have no answer from server

renathoaz avatar Sep 14 '18 23:09 renathoaz

Maybe you have the same problem I had, https://github.com/ipkn/crow/issues/269

jjhoo avatar Oct 13 '18 12:10 jjhoo