]> git.ipfire.org Git - thirdparty/asterisk.git/commit
http.c: Reduce log spam
authorGeorge Joseph <gjoseph@digium.com>
Wed, 5 Jul 2017 20:31:43 +0000 (14:31 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Tue, 11 Jul 2017 14:26:44 +0000 (09:26 -0500)
commit498768651efa28443d70e903b6bf4386e7f75cfd
tree37e37cbfcd395e3a222ce6c6cafa5d39c1671be8
parent4279d75412d85b57f79657414d0f24eb827655fd
http.c:  Reduce log spam

Messages like "fwrite() failed: Connection reset by peer" are no
help whatsoever, especially since they can be caused simply by a
client disconnecting.

* Make those WARNINGs DEBUGs.
* Check the return of the headers fprintf.

Change-Id: I17bd5f3621514152a7b2b263c801324c5e96568b
main/http.c