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 198561 Details for
Bug 239034
RHN yum plugin sending malformed HTTP/1.1 header to proxy server preventing updates
[?]
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.
[patch]
M2Crypto proxy Host: header patch
rhn-mod_proxy-fix.patch (text/plain), 565 bytes, created by
Karl Grindley
on 2007-09-18 16:32:09 UTC
(
hide
)
Description:
M2Crypto proxy Host: header patch
Filename:
MIME Type:
Creator:
Karl Grindley
Created:
2007-09-18 16:32:09 UTC
Size:
565 bytes
patch
obsolete
>--- httpslib.py 2007-09-18 12:18:39.000000000 -0400 >+++ /usr/lib64/python2.4/site-packages/M2Crypto/httpslib.py 2007-09-18 12:15:50.000000000 -0400 >@@ -163,6 +163,7 @@ > def _get_connect_msg(self): > """ Return an HTTP CONNECT request to send to the proxy. """ > msg = "CONNECT %s:%d HTTP/1.1\r\n" % (self._real_host, self._real_port) >+ msg = msg + "Host: %s:%d\r\n" % (self._real_host, self._real_port) > if self._proxy_auth: > msg = msg + "%s: %s\r\n" % (self._AUTH_HEADER, self._proxy_auth) > msg = msg + "\r\n"
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 239034
: 198561