Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dicson
gajim
Commits
19767acf
Commit
19767acf
authored
Jul 30, 2011
by
zimio
Browse files
commenting pollend
parent
6957c0a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common/socks5.py
View file @
19767acf
...
...
@@ -1224,12 +1224,13 @@ class Socks5Receiver(Socks5, IdleObject):
"""
result
=
1
buff
=
self
.
receive
()
'''
if buff == '':
print 'GOT NOTHING!!'
# end connection
self.pollend()
return
'''
mechs
=
self
.
_parse_auth_buff
(
buff
)
if
mechs
is
not
None
:
self
.
send_raw
(
self
.
_get_auth_response
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment