Revision 1122eb25 lib/http/__init__.py

b/lib/http/__init__.py
340 340
      if not io_events:
341 341
        # Timeout
342 342
        return None
343
      for (evfd, evcond) in io_events:
343
      for (_, evcond) in io_events:
344 344
        if evcond & check:
345 345
          return evcond
346 346
  finally:

Also available in: Unified diff