Don't send a 417 error if "Expect: 100-continue" is sent by the client.

This commit is contained in:
Tom Hughes 2009-06-04 23:34:13 +00:00
parent 1db05339d3
commit 7669d55f6f

View file

@ -19,8 +19,8 @@ server.modules = (
server.username = "www-data"
server.groupname = "www-data"
server.pid-file = "/var/run/lighttpd.pid"
server.max-fds = 8192
server.reject-expect-100-with-417 = "disable"
#
# Setup logging