Ticket #6104: get-page-cancel-2.diff
| File get-page-cancel-2.diff, 0.5 KB (added by luks, 5 months ago) |
|---|
-
twisted/web/client.py
614 614 factory.noPage(defer.CancelledError()) 615 615 connector.disconnect() 616 616 scheme, host, port, path = _parse(url) 617 factory = factoryFactory(url, *args, **kwargs)617 factory = factoryFactory(url, canceller=cancel, *args, **kwargs) 618 618 if scheme == b'https': 619 619 from twisted.internet import ssl 620 620 if contextFactory is None:
