]> git.ipfire.org Git - thirdparty/asterisk.git/commit
http.c: Fix http header send content.
authorBen Ford <bford@digium.com>
Mon, 23 Oct 2017 18:42:27 +0000 (13:42 -0500)
committerBenjamin Keith Ford <bford@digium.com>
Wed, 25 Oct 2017 15:39:24 +0000 (10:39 -0500)
commit72bf65f44ff984162821c3cdd8e40a097e914bbd
tree008e8731ce00282940dcfa3cd8655b259026621a
parentd5d1e98fa44eb32c8c195468c123829b12ae66d2
http.c: Fix http header send content.

Currently ast_http_send barricades a portion of the content that
needs to be sent in order to establish a connection for things
like the ARI client. The conditional and contents have been changed
to ensure that everything that needs to be sent, will be sent.

ASTERISK-27372

Change-Id: I8816d2d8f80f4fefc6dcae4b5fdfc97f1e46496d
main/http.c