mldonkey-bugs
[Top][All Lists]
Advanced

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

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


From: nobody
Subject: [Mldonkey-bugs] [Bug #3080] LimeWire plugin incorrectly parses connection header
Date: Thu, 03 Apr 2003 03:27:53 -0500

=================== BUG #3080: FULL BUG SNAPSHOT ===================
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=3080&group_id=1409

Submitted by: Soulburner              Project: mldonkey, a free e-Donkey client
Submitted on: Thu 04/03/2003 at 08:27
Category:  LimeWire-plugin            Severity:  5 - Major                  
Bug Group:  None                      Resolution:  None                     
Assigned to:  None                    Status:  Open                         
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.




No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=3080&group_id=1409




reply via email to

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