You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2010/12/02 20:49:02 UTC

DO NOT REPLY [Bug 50402] New: SetEnv proxy-sendchunks is ignored for small amounts of data

https://issues.apache.org/bugzilla/show_bug.cgi?id=50402

           Summary: SetEnv proxy-sendchunks is ignored for small amounts
                    of data
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy_http
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: tbjurman@gmail.com


Created an attachment (id=26366)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26366)
Honor SetEnv proxy-sendchunked with small data

When sending small amounts of data using Transfer-Encoding: chunked, it gets
forwarded using Content-Length even though I have SetEnv proxy-sendchunked.

I don't really know if this is to be considered a bug or a feature but it's
certainly something that gets confusing when the behavior is dependent on the
amount of data sent.

My suggestion is to keep this behavior, unless we explicitly request to pass
chunked data on to the receiver by using SetEnv proxy-sendchunked.

I'll attach a patch so you can see what I mean.

/Tomas

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org