> "Bill Stoddard" <[EMAIL PROTECTED]> writes: > > > Any objections to porting this to 2.0? > > > > Bill > > > > jerenkrantz 2002/12/08 21:37:27 > > > > Modified: . CHANGES > > modules/proxy proxy_http.c > > Log: > > Rewrite how proxy sends its request to allow input bodies to > morph the request > > bodies. Previously, if an input filter changed the request body, the > > original C-L would be sent which would be incorrect. > > > > Due to HTTP compliance, we must either send the body T-E: chunked > or include > > a C-L for the request body. Connection: Close is not an option. > > Is the test case simply to send a request with body and content-length > that gets filtered such that length changes, then verify that either > correct content-length or chunking is used when sending to backend > server? > That is my understanding.
Bill
