diff options
| author | Christian Grothoff <christian@grothoff.org> | 2018-08-09 21:10:56 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2018-08-09 21:10:56 +0200 | 
| commit | c51b19512bfc5bf3848211e6a4e9f3534ece7ee2 (patch) | |
| tree | 46f5506ca113129e5a36897be25ca898a08c6866 /src/exchange/taler-exchange-httpd.c | |
| parent | e3f7083b3eb39ed28eee27b6104a3a508437c929 (diff) | |
report ore precisely where commands went wrong
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
| -rw-r--r-- | src/exchange/taler-exchange-httpd.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index 71e5c8b5..9c9579e7 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -944,11 +944,11 @@ main (int argc,    }    mhd -    = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_PIPE_FOR_SHUTDOWN | MHD_USE_DEBUG | MHD_USE_DUAL_STACK, //  | MHD_USE_INTERNAL_POLLING_THREAD, +    = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_PIPE_FOR_SHUTDOWN | MHD_USE_DEBUG | MHD_USE_DUAL_STACK | MHD_USE_INTERNAL_POLLING_THREAD,                          (-1 == fh) ? serve_port : 0,                          NULL, NULL,                          &handle_mhd_request, NULL, -                        /* MHD_OPTION_THREAD_POOL_SIZE, (unsigned int) 8, */ +                        MHD_OPTION_THREAD_POOL_SIZE, (unsigned int) 16,                          MHD_OPTION_LISTEN_SOCKET, fh,                          MHD_OPTION_EXTERNAL_LOGGER, &handle_mhd_logs, NULL,                          MHD_OPTION_NOTIFY_COMPLETED, &handle_mhd_completion_callback, NULL, | 
