From: Matthias Wachs Date: Tue, 27 Sep 2011 16:12:11 +0000 (+0000) Subject: disabled until configure.ac is working X-Git-Tag: initial-import-from-subversion-38251~16920 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=25460d90ddba69630ad9363d5fd43c000069a9dc;p=oweals%2Fgnunet.git disabled until configure.ac is working --- diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c index 6781b0745..b97ab3306 100644 --- a/src/transport/plugin_transport_http_server.c +++ b/src/transport/plugin_transport_http_server.c @@ -512,7 +512,7 @@ found: GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name, "Server: Setting Timeout to %u\n", to); #endif - MHD_set_connection_option (mhd_connection, MHD_CONNECTION_OPTION_TIMEOUT, to); +// MHD_set_connection_option (mhd_connection, MHD_CONNECTION_OPTION_TIMEOUT, to); (*httpSessionCache) = sc; } @@ -636,7 +636,7 @@ server_disconnect_cb (void *cls, struct MHD_Connection *connection, { tc = s->server_recv; tc->disconnect = GNUNET_YES; - MHD_set_connection_option (sc->mhd_conn, MHD_CONNECTION_OPTION_TIMEOUT, 1); +// MHD_set_connection_option (sc->mhd_conn, MHD_CONNECTION_OPTION_TIMEOUT, 1); } } if (sc->direction == _RECEIVE) @@ -651,7 +651,7 @@ server_disconnect_cb (void *cls, struct MHD_Connection *connection, { tc = s->server_send; tc->disconnect = GNUNET_YES; - MHD_set_connection_option (sc->mhd_conn, MHD_CONNECTION_OPTION_TIMEOUT, 1); +// MHD_set_connection_option (sc->mhd_conn, MHD_CONNECTION_OPTION_TIMEOUT, 1); } if (s->msg_tk != NULL) {