|
| From: | joakim verona |
| Subject: | [Mldonkey-users] [patch #4433] allow download of .torrent file from broken tracker |
| Date: | Mon, 19 Sep 2005 08:38:22 +0000 |
| User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) Gecko/20050712 Firefox/1.0+ |
URL:
<http://savannah.nongnu.org/patch/?func=detailitem&item_id=4433>
Summary: allow download of .torrent file from broken tracker
Project: mldonkey, a multi-networks file-sharing client
Submitted by: jave
Submitted on: Mon 09/19/05 at 08:38
Category: Bug fixes
Priority: 5 - Normal
Status: None
Assigned to: None
Originator Email:
Open/Closed: Open
_______________________________________________________
Details:
Aparently some trackers doesnt like a HEAD request.
This tiny change makes mldonkey use GET instead:
change line 2666 in driverCommands.ml to:
H.req_request = H.GET;
instead of
H.req_request = H.HEAD;
The problem was observed with a BNBT derived tracker.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/patch/?func=detailitem&item_id=4433>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |