]> granicus.if.org Git - libevent/commit
http: remove message in case !Content-Length and Connection!=close
authorAzat Khuzhin <a3at.mail@gmail.com>
Tue, 13 Feb 2018 14:43:02 +0000 (17:43 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sat, 2 Feb 2019 12:13:55 +0000 (15:13 +0300)
commit0dfabd347e406588774fb4e509cce8bfd65e335d
tree366b639d92e9cb2f3245e7fb43b1deed08feade4
parent2b4d127dbe159c7b559fe75891354d66031ffbe6
http: remove message in case !Content-Length and Connection!=close

Since [1] GET can have body, and hence for every incomming connection it
will print this error.

[1] db483e3b002b33890fc88cadd77f6fd1fccad2d2 ("Allow bodies for
GET/DELETE/OPTIONS/CONNECT")

Noticed-by: BotoX (irc)
Refs: #408
(cherry picked from commit cd57e38c3f77d0f6a718d9c1f2e3ead78a98bd06)
http.c