]> granicus.if.org Git - libevent/commit
Allow bodies for GET/DELETE/OPTIONS/CONNECT
authorAzat Khuzhin <a3at.mail@gmail.com>
Sun, 29 Oct 2017 19:53:41 +0000 (22:53 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sat, 2 Feb 2019 12:13:54 +0000 (15:13 +0300)
commit23eb38b9713121b89f984254d7c5c588e8ebe915
tree3d8f9f1f898824cb9b8efdf8a1501120fd4f880f
parent826f1134b879cafdb73fed6c4ac1174e3022e410
Allow bodies for GET/DELETE/OPTIONS/CONNECT

I checked with nginx, and via it's lua bindings it allows body for all
this methods. Also everybody knows that some of web-servers allows body
for GET even though this is not RFC conformant.

Refs: #408
(cherry picked from commit db483e3b002b33890fc88cadd77f6fd1fccad2d2)
http.c