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 578004 Details for
Bug 813127
pycurl error during yum
[?]
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]
backport of upstream commit 7fd32ce
curl-bz813127.patch (text/plain), 1.05 KB, created by
Kamil Dudka
on 2012-04-17 11:39:44 UTC
(
hide
)
Description:
backport of upstream commit 7fd32ce
Filename:
MIME Type:
Creator:
Kamil Dudka
Created:
2012-04-17 11:39:44 UTC
Size:
1.05 KB
patch
obsolete
>From c7c86b0c79bf2a7d44971a059c0493e5e4633a55 Mon Sep 17 00:00:00 2001 >From: Daniel Stenberg <daniel@haxx.se> >Date: Tue, 23 Mar 2010 15:26:45 +0100 >Subject: [PATCH] chunked-encoding with Content-Length: header problem > >Akos Pasztory filed debian bug report #572276 >http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572276 >mentioning a problem with a resource that returns chunked-encoded >_and_ with a Content-Length and libcurl failed to properly ignore >the latter information. > >[upstream commit 7fd32ce73d7e253df1e8067d45d50ef9d5290cbd] > >Signed-off-by: Kamil Dudka <kdudka@redhat.com> >--- > lib/transfer.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/lib/transfer.c b/lib/transfer.c >index 3c566ea..a643c08 100644 >--- a/lib/transfer.c >+++ b/lib/transfer.c >@@ -1011,7 +1011,7 @@ static CURLcode readwrite_http_headers(struct SessionHandle *data, > using chunked Transfer-Encoding. > */ > if(k->chunk) >- k->size=-1; >+ k->maxdownload = k->size = -1; > > } > if(-1 != k->size) { >-- >1.7.1 >
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 813127
: 578004