Skip to content

Commit

Permalink
fix vim
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Dec 25, 2014
1 parent 99c8bba commit e8501da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadowsocks/tcprelay.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def _handle_stage_connecting(self, data):
self._data_to_write_to_remote = [data]
else:
self._data_to_write_to_remote = []
self._update_stream(STREAM_UP, WAIT_STATUS_READWRITING)
self._update_stream(STREAM_UP, WAIT_STATUS_READWRITING)
except (OSError, IOError) as e:
if eventloop.errno_from_exception(e) == errno.EINPROGRESS:
# in this case data is not sent at all
Expand Down

0 comments on commit e8501da

Please sign in to comment.