On 13.04.2016 12:18, Markus Doppelbauer wrote:
Maybe there is an other issue in 0.9.49. It works with 0.9.48.
The attached testcase tries to:
a) create a socket on port 8080
b) a connection is suspended
c) a thread waits a second, then resumes the connection
d) error: the connection is never resumed (third call).
OS: Ubuntu gnome 15.10, Linux 4.2
My comandline:
g++ -o testmhd test.cpp -I/tmp/libmicrohttpd-0.9.49/src/include/
-L/tmp/libmicrohttpd-0.9.49/src/microhttpd/.libs/ -lmicrohttpd -pthread
LD_LIBRARY_PATH=/tmp/libmicrohttpd-0.9.49/src/microhttpd/.libs/ ./testmhd
wget -O /dev/null 127.0.0.1:8080
Markus, thanks for report!
Fixed in latest SVN.
Could you try it from
$ svn checkout https://gnunet.org/svn/libmicrohttpd
?