Jeff Trawick wrote:

"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?



...and does this address the issues in PRs 13101, 13945? (always nice to be able

to close out PRs)



--
Paul J. Reder
-----------------------------------------------------------
"The strength of the Constitution lies entirely in the determination of each
citizen to defend it.  Only if every single citizen feels duty bound to do
his share in this defense are the constitutional rights secure."
-- Albert Einstein


Reply via email to