(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 15 Nov 2011 17:19:28 +0000 (17:19 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 15 Nov 2011 17:19:28 +0000 (17:19 +0000)
src/transport/plugin_transport_http_server.c

index c0153e15abb6c63edfa93b9c1b2952c87bd0f0ce..ae62e49f10345b527de5567afd2a4ab54ec8f07e 100644 (file)
@@ -642,7 +642,6 @@ server_access_cb (void *cls, struct MHD_Connection *mhd_connection,
   /* Check if both directions are connected */
   if ((sc->session->server_recv == NULL) || (sc->session->server_send == NULL))
   {
-    (*upload_data_size) = 0;
     return MHD_YES;
   }