GitHub user ffcai opened a pull request: https://github.com/apache/trafficserver/pull/216
TS-1125: handle "Expect: 100-continue" header in state_read_client_request_header Currently, ATS handles `"Expect: 100-continue"` header in `HttpSM::state_send_server_request_header`. In intercept plugin case, ATS may have no chance to run into this logic, it handles the header in a later point - `HttpSM::state_send_server_request_header`. I did not take this into account when I wrote the first patch. Now we have an intercept plugin use case in yahoo, and I think we need to move the handle logic some earlier, right after finish parsing the client request header. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ffcai/trafficserver expect_100_continue Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/216.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #216 ---- commit 34d6a4203d7399aa85daeeb88abafe5ee85f21b5 Author: Feifei Cai <ff...@yahoo-inc.com> Date: 2015-06-10T07:06:24Z handle Expect: 100-continue header in state_read_client_request_header ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---