ASF Bugzilla – Attachment 19652 Details for
Bug 38014
[PatchAvailable] The status '100 Continue' will be sent after the final status code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Revised patch
patch38014.txt (text/plain), 672 bytes, created by
Basant Kumar Kukreja
on 2007-02-28 13:26:10 UTC
(
hide
)
Description:
Revised patch
Filename:
MIME Type:
Creator:
Basant Kumar Kukreja
Created:
2007-02-28 13:26:10 UTC
Size:
672 bytes
patch
obsolete
>Index: modules/http/http_filters.c >=================================================================== >--- modules/http/http_filters.c (revision 512953) >+++ modules/http/http_filters.c (working copy) >@@ -185,7 +185,8 @@ > * Only valid on chunked and C-L bodies where the C-L is > 0. */ > if ((ctx->state == BODY_CHUNK || > (ctx->state == BODY_LENGTH && ctx->remaining > 0)) && >- f->r->expecting_100 && f->r->proto_num >= HTTP_VERSION(1,1)) { >+ f->r->expecting_100 && f->r->proto_num >= HTTP_VERSION(1,1) && >+ !(f->r->eos_sent || f->r->bytes_sent)) { > char *tmp; > apr_bucket_brigade *bb; >
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 38014
:
19532
| 19652