[asterisk-commits] rmudgett: branch rmudgett/http_persistent r417210 - /team/rmudgett/http_persi...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 25 12:01:14 CDT 2014
Author: rmudgett
Date: Wed Jun 25 12:01:05 2014
New Revision: 417210
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=417210
Log:
Add BUGBUG opening session message.
Modified:
team/rmudgett/http_persistent/main/http.c
Modified: team/rmudgett/http_persistent/main/http.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/http_persistent/main/http.c?view=diff&rev=417210&r1=417209&r2=417210
==============================================================================
--- team/rmudgett/http_persistent/main/http.c (original)
+++ team/rmudgett/http_persistent/main/http.c Wed Jun 25 12:01:05 2014
@@ -1512,6 +1512,7 @@
session_limit);
goto done;
}
+ ast_log(LOG_NOTICE, "BUGBUG HTTP opening session. Top level\n");
/*
* Here we set TCP_NODELAY on the socket to disable Nagle's algorithm.
More information about the asterisk-commits
mailing list