Re: [libmicrohttpd] Keeping the TCP connection open

2018-10-20 Thread Santos Das
Thank you. On Sat, Oct 20, 2018 at 1:49 PM Christian Grothoff wrote: > If you do not set a timeout or do something else explicit to close the > connection, MHD will try to keep the connection open. The rest depends > on the HTTP client, which you cannot force to keep the connection open. > > On

Re: [libmicrohttpd] Keeping the TCP connection open

2018-10-20 Thread Christian Grothoff
If you do not set a timeout or do something else explicit to close the connection, MHD will try to keep the connection open. The rest depends on the HTTP client, which you cannot force to keep the connection open. On 10/20/2018 08:57 AM, Santos Das wrote: > Hi, > > We are using a HTTP 1.1.  > >