mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
fix
This commit is contained in:
@@ -18,7 +18,8 @@ connection.c:
|
||||
|
||||
For POST:
|
||||
=========
|
||||
- add support to decode multipart/form-data (#1221, TEST)
|
||||
- add support to decode multipart/form-data with
|
||||
nesting (used for files) -- #1221, TEST
|
||||
|
||||
For SSL:
|
||||
========
|
||||
|
||||
+1
-2
@@ -139,13 +139,12 @@ MHD_get_fdset (struct MHD_Daemon *daemon,
|
||||
struct MHD_Connection *pos;
|
||||
int fd;
|
||||
|
||||
fd = daemon->socket_fd;
|
||||
if ((daemon == NULL) ||
|
||||
(read_fd_set == NULL) ||
|
||||
(write_fd_set == NULL) ||
|
||||
(except_fd_set == NULL) ||
|
||||
(max_fd == NULL) ||
|
||||
(fd == -1) ||
|
||||
(-1 == (fd = daemon->socket_fd)) ||
|
||||
(daemon->shutdown == MHD_YES) ||
|
||||
((daemon->options & MHD_USE_THREAD_PER_CONNECTION) != 0))
|
||||
return MHD_NO;
|
||||
|
||||
Reference in New Issue
Block a user