diff options
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r-- | src/microhttpd/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h index 5cf35790..fa66d265 100644 --- a/src/microhttpd/internal.h +++ b/src/microhttpd/internal.h | |||
@@ -874,7 +874,7 @@ struct MHD_Connection | |||
874 | /** | 874 | /** |
875 | * true if #socket_fd is non-blocking, false otherwise. | 875 | * true if #socket_fd is non-blocking, false otherwise. |
876 | */ | 876 | */ |
877 | bool sk_nonblck; // FIXME: hopefully dead? | 877 | bool sk_nonblck; |
878 | 878 | ||
879 | /** | 879 | /** |
880 | * Indicate whether connection socket has TCP_CORK / Nagle’s algorithm turned on/off | 880 | * Indicate whether connection socket has TCP_CORK / Nagle’s algorithm turned on/off |