[core] 200 for OPTIONS /non-existent/path HTTP/1.1 (fixes #2939)
commit95aa2c178d6d61e1e42c99018d79993c66bc46e6
authorGlenn Strauss <gstrauss@gluelogic.com>
Tue, 26 Mar 2019 02:37:31 +0000 (25 22:37 -0400)
committerGlenn Strauss <gstrauss@gluelogic.com>
Mon, 22 Apr 2019 05:08:58 +0000 (22 01:08 -0400)
tree3c007a9d2681bf9f128bae8c48c8c1627929a822
parent50aae03c31f9dddb489092c050f9dbec21281118
[core] 200 for OPTIONS /non-existent/path HTTP/1.1 (fixes #2939)

200 for OPTIONS /non-existent/path HTTP/1.1 when a module,
such as mod_webdav, has set Allow response header

x-ref:
  "OPTIONS should return 2xx status for non-existent resources if Allow is set"
  https://redmine.lighttpd.net/issues/2939
src/response.c