]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http: Add OPTIONS in supported http methods (found by find_http_meth)
authorChristopher Faulet <cfaulet@qualys.com>
Fri, 31 Jul 2015 12:26:57 +0000 (14:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2015 08:18:09 +0000 (10:18 +0200)
commitd57ad648735d228a3fb238d18aa31adfb42e791c
tree9494369e21bd33b6353af02a520858e09c101898
parent3c3a035be053a34ddb77dd8359380c5c9ea902e1
BUG/MINOR: http: Add OPTIONS in supported http methods (found by find_http_meth)

The 'OPTIONS' method was not in the list of supported HTTP methods and
find_http_meth return HTTP_METH_OTHER instead of HTTP_METH_OPTIONS.

[wt: this fix needs to be backported at least to 1.5, 1.4 and 1.3]
src/proto_http.c