Bug 160160

Summary: [patch] HTTP requests for CDDB queries are invalid
Product: [Fedora] Fedora Reporter: Enrico Scholz <rh-bugzilla>
Component: k3bAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: jpmahowald
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-10-06 03:51:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Adds ' HTTP/1.0' to the HTTP request none

Description Enrico Scholz 2005-06-12 11:15:40 UTC
Description of problem:

The HTTP request generated for CDDB queries are invalid because they are missing
the trailing ' HTTP/1.0'. Attached patch fixes it.



Version-Release number of selected component (if applicable):

k3b-0.11.23-3


How reproducible:

100%


Steps to Reproduce:
1. configure a proxy manually (using KDE settings does not work)
2. try to make a CDDB query

  
Actual results:

query hangs and returns with a communication error after some time


Addition information:

Reported upstream at 
http://sourceforge.net/tracker/index.php?func=detail&aid=1219110&group_id=26138&atid=386332

Comment 1 Enrico Scholz 2005-06-12 11:15:41 UTC
Created attachment 115330 [details]
Adds ' HTTP/1.0' to the HTTP request

Comment 2 John Mahowald 2005-10-06 03:51:42 UTC
Obsoleted by KDE IO in 0.12 as per the upstream bug.