]> git.ipfire.org Git - thirdparty/asterisk.git/commit
http.c: Fix http header send content.
authorBen Ford <bford@digium.com>
Wed, 25 Oct 2017 14:23:55 +0000 (09:23 -0500)
committerBenjamin Keith Ford <bford@digium.com>
Wed, 25 Oct 2017 15:40:00 +0000 (10:40 -0500)
commitf534b40813e7e55d39e98552bc4574affe46ebac
tree155aba88ea6ce3057086f6c0649a561c7a32acf7
parent620d45dbf27746fadb1307e60122e04d4f9eec09
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