summaryrefslogtreecommitdiffstats
path: root/polycom_xmit/webserver.c
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-07-21 09:38:46 +0100
committerroot <root@lamia.panaceas.james.local>2015-07-21 09:38:46 +0100
commit16debdbce7a5d92167207c17f18406c6905eb9b5 (patch)
treebf08771141439e0ce99565b642858143a9d74b2b /polycom_xmit/webserver.c
parent93a2ecba4bbb929129bbf8ff426b0829278b23d6 (diff)
downloadpolycom-16debdbce7a5d92167207c17f18406c6905eb9b5.tar.gz
polycom-16debdbce7a5d92167207c17f18406c6905eb9b5.tar.bz2
polycom-16debdbce7a5d92167207c17f18406c6905eb9b5.zip
udp
Diffstat (limited to 'polycom_xmit/webserver.c')
-rw-r--r--polycom_xmit/webserver.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/polycom_xmit/webserver.c b/polycom_xmit/webserver.c
index 40be484..d7d6c92 100644
--- a/polycom_xmit/webserver.c
+++ b/polycom_xmit/webserver.c
@@ -353,6 +353,9 @@ webserver_req (struct espconn *conn, http_state * s)
0);
}
+
+ espconn_disconnect (conn);
+
}