Skip to content

Commit 1b2ab70

Browse files
author
Sebastiano Merlino
committed
Avoided the usage of the sole option MHD_USE_POLL
1 parent 27a107e commit 1b2ab70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/httpserver/http_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class http_utils
6868
{
6969
INTERNAL_SELECT = MHD_USE_SELECT_INTERNALLY,
7070
THREADS = MHD_USE_THREAD_PER_CONNECTION,
71-
POOL = MHD_USE_POLL
71+
POLL = MHD_USE_THREAD_PER_CONNECTION | MHD_USE_POLL
7272
};
7373

7474
enum policy_T

0 commit comments

Comments
 (0)