malaysf opened a new pull request #332: URL: https://github.com/apache/tomcat/pull/332
…request body This allows servlets to respond to the request (if possible) by only examining the headers. Only when the request body is read from will the 100 continue intermediate response be sent. Add a new policy enum ContinueHandlingResponsePolicy to define whether to: * respond immediately with a 100 continue response * send the 100 continue response The policy is implemented in StandardContextValve which will either call sendAcknowledgement on the response right away, or configure the request to do so when the body is read. implements 57661 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org