mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-bugs] [bugs #3080] LimeWire plugin incorrectly parses connecti


From: spiralvoice
Subject: [Mldonkey-bugs] [bugs #3080] LimeWire plugin incorrectly parses connection header
Date: Tue, 02 Dec 2003 14:44:27 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.5) Gecko/20031007

This mail is an automated notification from the bugs tracker
 of the project: mldonkey, a free e-Donkey client.

/**************************************************************************/
[bugs #3080] Latest Modifications:

Changes by: 
                spiralvoice <address@hidden>
'Date: 
                Tue 12/02/2003 at 20:44 (Europe/Berlin)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This patch report is old. If the bug still exists in current

versions please post a new bug report - spiralvoice






/**************************************************************************/
[bugs #3080] Full Item Snapshot:

URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=3080>
Project: mldonkey, a free e-Donkey client
Submitted by: Sergey S. Koval
On: Thu 04/03/2003 at 10:27

Category:  LimeWire-plugin
Severity:  5 - Average
Item Group:  None
Resolution:  None
Assigned to:  None
Status:  Closed
Release:  None
Release:  4.04rc1-12
Platform Version:  FreeBSD i386-i686
Binaries Origin:  None


Summary:  LimeWire plugin incorrectly parses connection header

Original Submission:  In limewire/limewireServers.ml, in function 
server_parse_header there is:



    let code = String.sub header space_pos 3 in



Should be:



    let code = String.sub header (space_pos + 1) 3 in



I don't know probably old code was right, but i get " 20" status codes when 
trying to connect to shareaza.



Follow-up Comments
------------------


-------------------------------------------------------
Date: Tue 12/02/2003 at 20:44       By: spiralvoice
This patch report is old. If the bug still exists in current

versions please post a new bug report - spiralvoice












For detailed info, follow this link:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=3080>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]