ASF Bugzilla – Attachment 20401 Details for
Bug 37514
mod_proxy buffers chunked data.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for Apache 2.0.59
mypatch.txt (text/plain), 538 bytes, created by
Philippe Dutrueux
on 2007-06-27 05:40:05 UTC
(
hide
)
Description:
Proposed patch for Apache 2.0.59
Filename:
MIME Type:
Creator:
Philippe Dutrueux
Created:
2007-06-27 05:40:05 UTC
Size:
538 bytes
patch
obsolete
>--- http_protocol.c.2.0.59 2007-06-27 14:26:54.000000000 +0200 >+++ http_protocol.c 2007-06-27 14:27:32.000000000 +0200 >@@ -1002,6 +1002,12 @@ > APR_BRIGADE_INSERT_TAIL(b, e); > } > >+ if (ctx->state == BODY_CHUNK && ctx->remaining == 0 >+ && f->r->proxyreq == PROXYREQ_RESPONSE) { >+ e = apr_bucket_flush_create(f->c->bucket_alloc); >+ APR_BRIGADE_INSERT_TAIL(b, e); >+ } >+ > /* We have a limit in effect. */ > if (ctx->limit) { > /* FIXME: Note that we might get slightly confused on chunked inputs
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 37514
: 20401