[asterisk-commits] rmudgett: branch rmudgett/http_persistent r417704 - /team/rmudgett/http_persi...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jun 30 20:28:00 CDT 2014
Author: rmudgett
Date: Mon Jun 30 20:27:57 2014
New Revision: 417704
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=417704
Log:
Remove verified BUGBUG comment.
Modified:
team/rmudgett/http_persistent/res/res_http_websocket.c
Modified: team/rmudgett/http_persistent/res/res_http_websocket.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/http_persistent/res/res_http_websocket.c?view=diff&rev=417704&r1=417703&r2=417704
==============================================================================
--- team/rmudgett/http_persistent/res/res_http_websocket.c (original)
+++ team/rmudgett/http_persistent/res/res_http_websocket.c Mon Jun 30 20:27:57 2014
@@ -768,7 +768,6 @@
session->secure = ser->ssl ? 1 : 0;
/* Give up ownership of the socket and pass it to the protocol handler */
-/* BUGBUG need to verify if we truly need to give up exclusive input from the socket. */
ast_tcptls_stream_set_exclusive_input(ser->stream_cookie, 0);
protocol_handler->callback(session, get_vars, headers);
ao2_ref(protocol_handler, -1);
More information about the asterisk-commits
mailing list