Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 681349 Details for
Bug 899337
httpd bug 50481 - mod_proxy with SSLProxyEngine truncates files fetched with chunked encoding
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
httpd-2.2.17-bz50481.patch
httpd-2.2.17-bz50481.patch (text/plain), 847 bytes, created by
Mladen Turk
on 2011-02-24 15:53:06 UTC
(
hide
)
Description:
httpd-2.2.17-bz50481.patch
Filename:
MIME Type:
Creator:
Mladen Turk
Created:
2011-02-24 15:53:06 UTC
Size:
847 bytes
patch
obsolete
>--- httpd-2.2.17/modules/ssl/ssl_engine_io.c.orig 2010/12/21 11:42:38 1051467 >--- httpd-2.2.17/modules/ssl/ssl_engine_io.c 2010/12/21 11:42:38 1051467 >@@ -749,6 +749,10 @@ static apr_status_t ssl_io_input_getline > status = ssl_io_input_read(inctx, buf + offset, &tmplen); > > if (status != APR_SUCCESS) { >+ if (APR_STATUS_IS_EAGAIN(status) && (*len != 0)) { >+ /* Save the part of the line we already got */ >+ char_buffer_write(&inctx->cbuf, buf, (int)*len); >+ } > return status; > } > >@@ -776,6 +780,10 @@ static apr_status_t ssl_io_input_getline > > *len = bytes; > } >+ else { >+ /* Save the part of the line we already got */ >+ char_buffer_write(&inctx->cbuf, buf, (int)*len); >+ } > > return APR_SUCCESS; > }
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 Raw
Actions:
View
Attachments on
bug 899337
: 681349