commit | a591ef25a30ca26bd657ed835dce60533b1053bf | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@qualys.com> | Fri Jul 31 14:26:57 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 14 22:55:10 2015 +0200 |
tree | 0777064a296a3292f6426db1e5b9bf3c4007ae27 | |
parent | a48e890ef8cf1780e1dcf0e1f3b1714042a45a09 [diff] |
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] (cherry picked from commit d57ad648735d228a3fb238d18aa31adfb42e791c)