]> 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 <a3at.mail@gmail.com>
Mon, 30 Oct 2017 08:32:13 +0000 (11:32 +0300)
commitdb483e3b002b33890fc88cadd77f6fd1fccad2d2
treea4e689d50439d01de4fe1427747cfe69b2cc98d8
parent99d0a952dada771b91acf63f5208b994e80a2986
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
http.c