Home | History | Annotate | Download | only in libmicrohttpd

Lines Matching full:shutdown

52 	mode if shutdown is initiated while connections are active. -CG
91 Fix potential infinite loop on shutdown in multi-threaded mode
317 Signaling n times for shutdown works, but for resume we need to
353 Fix race on shutdown signal with thread pool on non-Linux
435 Updated manual, documenting W32 select/shutdown issue. -CG
445 Disable use of 'shutdown' on W32 always as winsock
476 Removing 'shutdown' calls that happen just before close or
490 If we shutdown connection for reading on POST due to error,
493 not shutdown connections for reading on GET/HEAD/etc. just
509 threads (we then need a pipe for shutdown, but if
805 shutdown(RDWR) fails on OS X after shutdown(RD), so only use
806 shutdown(WR) if we already closed the socket for reading (otherwise
807 OS X might not do shutdown (WR) at all). -CG
841 platforms where shutdown-on-listen-sockets does not work. -WB/CG
904 MHD_USE_THREAD_PER_CONNECTION mode; using 'shutdown'
914 Fixing data race between code doing connection shutdown and
999 socket shutdown (also for thread-per-connection). -CG
1170 Fixing (small) memory leak on daemon-shutdown with
1249 can in (rare) situations delay the shutdown by 1s, I think
1411 shutdown (in one-thread-per-connection mode). -CG