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.47k stars 888 forks source link

Crow close https client connection after some seconds of first request #319

Open renathoaz opened 6 years ago

renathoaz commented 6 years ago

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

jjhoo commented 5 years ago

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