From 25460d90ddba69630ad9363d5fd43c000069a9dc Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 27 Sep 2011 16:12:11 +0000 Subject: [PATCH] disabled until configure.ac is working --- src/transport/plugin_transport_http_server.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) { -- 2.25.1