aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-09-27 16:12:11 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-09-27 16:12:11 +0000
commit25460d90ddba69630ad9363d5fd43c000069a9dc (patch)
treecee06a772fc788560faa1eac2a91da8d415720a3 /src/transport/plugin_transport_http_server.c
parentd626a04d7f4b13997a1c72939a7edb5d5cdb8ea6 (diff)
downloadgnunet-25460d90ddba69630ad9363d5fd43c000069a9dc.tar.gz
gnunet-25460d90ddba69630ad9363d5fd43c000069a9dc.zip
disabled until configure.ac is working
Diffstat (limited to 'src/transport/plugin_transport_http_server.c')
-rw-r--r--src/transport/plugin_transport_http_server.c6
1 files 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:
512 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name, 512 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name,
513 "Server: Setting Timeout to %u\n", to); 513 "Server: Setting Timeout to %u\n", to);
514#endif 514#endif
515 MHD_set_connection_option (mhd_connection, MHD_CONNECTION_OPTION_TIMEOUT, to); 515// MHD_set_connection_option (mhd_connection, MHD_CONNECTION_OPTION_TIMEOUT, to);
516 516
517 (*httpSessionCache) = sc; 517 (*httpSessionCache) = sc;
518 } 518 }
@@ -636,7 +636,7 @@ server_disconnect_cb (void *cls, struct MHD_Connection *connection,
636 { 636 {
637 tc = s->server_recv; 637 tc = s->server_recv;
638 tc->disconnect = GNUNET_YES; 638 tc->disconnect = GNUNET_YES;
639 MHD_set_connection_option (sc->mhd_conn, MHD_CONNECTION_OPTION_TIMEOUT, 1); 639// MHD_set_connection_option (sc->mhd_conn, MHD_CONNECTION_OPTION_TIMEOUT, 1);
640 } 640 }
641 } 641 }
642 if (sc->direction == _RECEIVE) 642 if (sc->direction == _RECEIVE)
@@ -651,7 +651,7 @@ server_disconnect_cb (void *cls, struct MHD_Connection *connection,
651 { 651 {
652 tc = s->server_send; 652 tc = s->server_send;
653 tc->disconnect = GNUNET_YES; 653 tc->disconnect = GNUNET_YES;
654 MHD_set_connection_option (sc->mhd_conn, MHD_CONNECTION_OPTION_TIMEOUT, 1); 654// MHD_set_connection_option (sc->mhd_conn, MHD_CONNECTION_OPTION_TIMEOUT, 1);
655 } 655 }
656 if (s->msg_tk != NULL) 656 if (s->msg_tk != NULL)
657 { 657 {