Follow-up Comment #2, bug #15506 (project mldonkey):

I think the actual problem should be solved in the Url class. It should check
if the URL already contains "?" plus some parameters and act accordingly.
What I did is hack in bTClients.ml:
              ...
              let module H = Http_client in
              let url = (t.tracker_url ^ if not (Str.string_match (Str.regexp
"\\?") t.tracker_url 0) then "&" else "") in
              let r = {
              ...
This doesn't get rid of the "?" character the Url class is adding, but allows
the tracker to read the passkey parameter correctly.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15506>

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



_______________________________________________
Mldonkey-bugs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-bugs

Reply via email to