]> 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:18:40 +0000 (10:18 -0500)
commit599af60d46dd7216504d9e5be4e4d952fad2b5bc
tree06d44fc37783b5a3e2819a727a73d0e757cf3918
parentdae71acdc4b13679eb8d015198d9d06b9191ae1e
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