Closed dtoubelis closed 9 years ago
This error occurs in different places on different runs and it looks like the connection object is being closed or freed in a different thread. I'm not sure why this would be possible if the server is single threaded, but I do not see any other explanation.
Thank you for the patch.
I'm getting a segfault when using SSL mode. Here is a trace from gdb:
The test program is the one from README.md with minor tweaks to SSLCTX*. The code is executed on Ubuntu 12.04. And requests are generated from https://www.ssllabs.com/ssltest/index.html.
Any ideas?