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 2015/08/28 00:45:20 UTC

[Bug 58292] New: FallbackResource breaks chunked encoding sometimes

https://bz.apache.org/bugzilla/show_bug.cgi?id=58292

            Bug ID: 58292
           Summary: FallbackResource breaks chunked encoding sometimes
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_dir
          Assignee: bugs@httpd.apache.org
          Reporter: covener@gmail.com

If FallBackResource is executed on a subrequest, the server never sends an
last-chunk causing the appearance of a hang in some clients.

This happens because the EOS bucket is stripped by the subrequest filter, which
is not removed properly if multiple subrequest filters end up in one list.

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


[Bug 58292] FallbackResource breaks chunked encoding sometimes

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58292

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk

--- Comment #1 from Eric Covener <co...@gmail.com> ---
http://svn.apache.org/r1698239

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


[Bug 58292] FallbackResource breaks chunked encoding sometimes

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58292

--- Comment #3 from Eric Covener <co...@gmail.com> ---
(In reply to Raphaël Droz from comment #2)
> Created attachment 34371 [details]
> sample vhost demo'ing the "missing last chunk" behavior
> 
> Thank you for the patch!
> Did you considered backporting this to 2.4.x?
> It even apply cleanly for version as old as Apache 2.4.10.

proposed just now

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


[Bug 58292] FallbackResource breaks chunked encoding sometimes

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58292

Raphaël Droz <ra...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |raphael.droz@gmail.com

--- Comment #2 from Raphaël Droz <ra...@gmail.com> ---
Created attachment 34371
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34371&action=edit
sample vhost demo'ing the "missing last chunk" behavior

Thank you for the patch!
Did you considered backporting this to 2.4.x?
It even apply cleanly for version as old as Apache 2.4.10.



For search engines friendliness:
> curl: (18) transfer closed with outstanding read data remaining
(could have saved me a couple of hours to hit this bug sooner)

I'm also attaching the configuration demonstrating the issue.

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


[Bug 58292] FallbackResource breaks chunked encoding sometimes

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58292

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Eric Covener <co...@gmail.com> ---
Fixed in 2.4.25

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