wolkykim / libasyncd

Libasyncd is an embeddable event-based asynchronous Message/HTTP server framework for C/C++.
http://wolkykim.github.io/libasyncd/
Other
174 stars 36 forks source link

curl: (56) Recv failure: Connection reset by peer when running example #15

Closed joprice closed 8 years ago

joprice commented 9 years ago

Using the hello world sample code, every few requests, I get

curl: (56) Recv failure: Connection reset by peer

wolkykim commented 9 years ago

I guess you might be using helloworld_tcp_server(port 2222) rather than helloworld_http_server(port 8888) example. If this is not the case, please capture both output, server and curl output then post it here please.

wolkykim commented 8 years ago

closing the issue since I don't hear back. assuming that was the issue. please reopen if not