Files
asterisk/main
Richard Mudgett e6c4b97521 http: Fix spurious ERROR message in responses with no content.
Backport -r411687 and fix the fix because content_length is the length of
out plus the length of the file controlled by fd.

When a response has an out content length of 0, fwrite would be called to
write a buffer with no data in it.  This resulted in the following classic
error message:

  [Apr  3 11:49:17] ERROR[26421] http.c: fwrite() failed: Success

This patch makes it so that we only attempt to write the content of out if
the out string is non-zero.
........

Merged revisions 412922 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 412923 from http://svn.asterisk.org/svn/asterisk/branches/11
........

Merged revisions 412924 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@412925 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2014-04-23 18:03:41 +00:00
..
2013-08-01 17:07:52 +00:00
2013-08-20 15:36:10 +00:00
2014-04-15 18:01:47 +00:00
2013-08-28 16:09:12 +00:00
2013-07-04 13:06:15 +00:00
2013-06-29 00:18:57 +00:00
2013-09-10 18:05:47 +00:00
2014-01-17 21:33:26 +00:00
2013-08-16 16:26:11 +00:00
2013-09-10 18:05:47 +00:00
2012-12-11 22:25:21 +00:00
2014-02-13 15:51:22 +00:00
2013-08-30 19:22:59 +00:00
2013-10-04 21:41:58 +00:00
2013-10-04 21:41:58 +00:00
2014-02-11 20:17:42 +00:00
2013-12-20 19:06:57 +00:00
2014-02-28 23:31:58 +00:00
2012-12-11 22:25:21 +00:00
2013-02-14 18:47:56 +00:00