added a comment what to do before we have Expect: support
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@920 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
78fe973055
commit
0ef0742654
|
@ -791,6 +791,12 @@ int http_request_parse(server *srv, connection *con) {
|
|||
* -> (10.4.18) 417 (close)
|
||||
*
|
||||
* (not handled at all yet, we always send 417 here)
|
||||
*
|
||||
* What has to be added ?
|
||||
* 1. handling of chunked request body
|
||||
* 2. out-of-order sending from the HTTP/1.1 100 Continue
|
||||
* header
|
||||
*
|
||||
*/
|
||||
|
||||
con->http_status = 417;
|
||||
|
|
Loading…
Reference in New Issue