Skip to content

Commit

Permalink
Merge pull request tornadoweb#1029 from daftshady/master
Browse files Browse the repository at this point in the history
fixed broken reference link
  • Loading branch information
bdarnell committed Apr 9, 2014
2 parents 3c66b6a + f9a44f0 commit 99c326d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tornado/platform/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class Waker(interface.Waker):
and Jython.
"""
def __init__(self):
# Based on Zope async.py: http://svn.zope.org/zc.ngi/trunk/src/zc/ngi/async.py
# Based on Zope select_trigger.py:
# https://github.com/zopefoundation/Zope/blob/master/src/ZServer/medusa/thread/select_trigger.py

self.writer = socket.socket()
# Disable buffering -- pulling the trigger sends 1 byte,
Expand Down

0 comments on commit 99c326d

Please sign in to comment.