aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-05-02 07:58:28 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-05-02 07:58:28 +0000
commite4e9a4b9cba0682413725675fe84b3a00b4e6be8 (patch)
tree85eeface8f7431fff762f4ff6be94db400615ad8 /src/transport/plugin_transport_http_server.c
parentdd54d64a59482b0525bb90493c096cfc3126314a (diff)
downloadgnunet-e4e9a4b9cba0682413725675fe84b3a00b4e6be8.tar.gz
gnunet-e4e9a4b9cba0682413725675fe84b3a00b4e6be8.zip
- breaks not required anymore
Diffstat (limited to 'src/transport/plugin_transport_http_server.c')
-rw-r--r--src/transport/plugin_transport_http_server.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c
index 1ce08435d..0a6e0c52c 100644
--- a/src/transport/plugin_transport_http_server.c
+++ b/src/transport/plugin_transport_http_server.c
@@ -480,7 +480,6 @@ server_lookup_session (struct Plugin *plugin,
480 "Server: Found matching semi-session, merging session for peer `%s'\n", 480 "Server: Found matching semi-session, merging session for peer `%s'\n",
481 GNUNET_i2s (&target)); 481 GNUNET_i2s (&target));
482 482
483 GNUNET_break (0);
484 plugin->inbound_sessions ++; 483 plugin->inbound_sessions ++;
485 GNUNET_STATISTICS_set (plugin->env->stats, 484 GNUNET_STATISTICS_set (plugin->env->stats,
486 "# HTTP inbound sessions", 485 "# HTTP inbound sessions",
@@ -505,8 +504,6 @@ server_lookup_session (struct Plugin *plugin,
505 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name, 504 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name,
506 "Server: Found matching semi-session, merging session for peer `%s'\n", 505 "Server: Found matching semi-session, merging session for peer `%s'\n",
507 GNUNET_i2s (&target)); 506 GNUNET_i2s (&target));
508
509 GNUNET_break (0);
510 plugin->inbound_sessions ++; 507 plugin->inbound_sessions ++;
511 GNUNET_STATISTICS_set (plugin->env->stats, 508 GNUNET_STATISTICS_set (plugin->env->stats,
512 "# HTTP inbound sessions", 509 "# HTTP inbound sessions",
@@ -756,7 +753,7 @@ server_disconnect_cb (void *cls, struct MHD_Connection *connection,
756 struct Session *s = NULL; 753 struct Session *s = NULL;
757 struct Session *t = NULL; 754 struct Session *t = NULL;
758 struct Plugin *plugin = NULL; 755 struct Plugin *plugin = NULL;
759GNUNET_break (0); 756
760 if (sc == NULL) 757 if (sc == NULL)
761 return; 758 return;
762 759