Commit 8e7b291a authored by Roy T. Fielding's avatar Roy T. Fielding
Browse files

Fix handling of case when a client has sent "Expect: 100-continue"

and we are going to respond with an error, but get stuck waiting to
discard the body in the pointless hope of preserving the connection.

This remains less than satisfactory, since what we really should be
doing is sending the response immediately and discarding the request
body as some form of post-response cleanup.  Something to consider.

PR: 4499, 3806
Submitted by:	Roy Fielding, Joe Orton <jeo101@york.ac.uk>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83468 13f79535-47bb-0310-9956-ffa450edef68
parent 9cf5ad29
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment