Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 193175 Details for
Bug 272131
net-p2p/bittorrent-5.0.9-r1 "Message parsing failed" errors
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for suppressing message parsing failed errors
bittorent.patch (text/plain), 734 bytes, created by
Pierre-Yves Rofes (RETIRED)
on 2009-06-01 19:42:11 UTC
(
hide
)
Description:
Patch for suppressing message parsing failed errors
Filename:
MIME Type:
Creator:
Pierre-Yves Rofes (RETIRED)
Created:
2009-06-01 19:42:11 UTC
Size:
734 bytes
patch
obsolete
>--- Connector.py.orig 2009-06-01 21:33:12.000000000 +0200 >+++ Connector.py 2009-06-01 21:40:52.000000000 +0200 >@@ -690,8 +690,12 @@ class Connector(Handler): > # don't connect to seeds if we're done > continue > self.parent.start_connection(addr) >- dropped_gen = IPTools.uncompact_sequence(d['dropped']) >- self.remote_pex_set.difference_update(dropped_gen) >+ try: >+ dropped_gen = IPTools.uncompact_sequence(d['dropped']) >+ self.remote_pex_set.difference_update(dropped_gen) >+ except KeyError: >+ pass >+ > > def _got_azureus_msg(self, msg_type, d): > port = d.get('tcp_port')
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 272131
: 193175