crow
crow copied to clipboard
Crow close https client connection after some seconds of first request
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
Maybe you have the same problem I had, https://github.com/ipkn/crow/issues/269