-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/3466/
-----------------------------------------------------------

(Updated April 21, 2014, 10:51 a.m.)


Status
------

This change has been marked as submitted.


Review request for Asterisk Developers.


Changes
-------

Committed in revision 412745


Repository: Asterisk


Description
-------

This adds the TCP_NODELAY option to accepted connections on the HTTP server 
built into Asterisk. This option disables the Nagle algorithm which controls 
queueing of outbound data and in some cases can cause delays on receipt of 
response by the client due to how the Nagle algorithm interacts with TCP 
delayed ACK. This option is already set on all non-HTTP AMI connections and 
this change would cover standard HTTP requests, manager HTTP connections, and 
ARI HTTP requests and websockets in Asterisk 12+ along with any future use of 
the HTTP server.


Diffs
-----

  branches/1.8/main/http.c 412564 

Diff: https://reviewboard.asterisk.org/r/3466/diff/


Testing
-------


Thanks,

opticron

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to