mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
AST-2014-007: Fix of fix to allow AMI and SIP TCP to send messages.
ASTERISK-23673 #close Reported by: Richard Mudgett Review: https://reviewboard.asterisk.org/r/3617/ ........ Merged revisions 416066 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 416067 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@416070 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1269,6 +1269,9 @@ static void *httpd_helper_thread(void *data)
|
||||
flags |= O_NONBLOCK;
|
||||
fcntl(ser->fd, F_SETFL, flags);
|
||||
|
||||
/* We can let the stream wait for data to arrive. */
|
||||
ast_tcptls_stream_set_exclusive_input(ser->stream_cookie, 1);
|
||||
|
||||
ast_tcptls_stream_set_timeout_inactivity(ser->stream_cookie, session_inactivity);
|
||||
|
||||
if (!fgets(buf, sizeof(buf), ser->f) || feof(ser->f)) {
|
||||
|
Reference in New Issue
Block a user