Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(253)

Issue 14613043: Tentative flow control API (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 4 months ago by GvR
Modified:
12 years, 4 months ago
Reviewers:
Visibility:
Public.

Description

Tentative flow control API

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fixed a nasty flow control bug #

Total comments: 2

Patch Set 3 : Got rid of the print() calls #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -23 lines) Patch
M examples/source.py View 3 chunks +4 lines, -3 lines 0 comments Download
A examples/source1.py View 1 1 chunk +74 lines, -0 lines 1 comment Download
M tulip/protocols.py View 1 chunk +28 lines, -0 lines 0 comments Download
M tulip/selector_events.py View 1 2 11 chunks +65 lines, -13 lines 0 comments Download
M tulip/streams.py View 2 chunks +89 lines, -7 lines 0 comments Download
M tulip/transports.py View 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 4
GvR
https://codereview.appspot.com/14613043/diff/1/tulip/protocols.py File tulip/protocols.py (right): https://codereview.appspot.com/14613043/diff/1/tulip/protocols.py#newcode48 tulip/protocols.py:48: NOTE: This is the only Protocol callback that is ...
12 years, 4 months ago (2013-10-11 23:18:06 UTC) #1
GvR
https://codereview.appspot.com/14613043/diff/8001/tulip/selectors.py File tulip/selectors.py (right): https://codereview.appspot.com/14613043/diff/8001/tulip/selectors.py#newcode370 tulip/selectors.py:370: timeout = 10 if timeout is None else max(timeout, ...
12 years, 4 months ago (2013-10-12 04:20:53 UTC) #2
GvR
https://codereview.appspot.com/14613043/diff/8001/tulip/selector_events.py File tulip/selector_events.py (right): https://codereview.appspot.com/14613043/diff/8001/tulip/selector_events.py#newcode524 tulip/selector_events.py:524: self._maybe_resume_protocol() # !!! This was my bug.
12 years, 4 months ago (2013-10-12 04:21:51 UTC) #3
GvR
12 years, 4 months ago (2013-10-13 00:48:54 UTC) #4
(Also merged in the SNI for SSL patch.)

https://codereview.appspot.com/14613043/diff/15001/examples/source1.py
File examples/source1.py (right):

https://codereview.appspot.com/14613043/diff/15001/examples/source1.py#newcode34
examples/source1.py:34: host, port = '127.0.0.1', 1111
I should just use argparse, like the echo examples.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b