r47358 - clean up topfile

hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Sat, 7 May 2016 05:10:30 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: hawkowl
Date: Sat May  7 05:10:17 2016
New Revision: 47358

Modified:
   branches/abort-oldclient-8318/twisted/web/topfiles/8318.bugfix

Log:
clean up topfile

Modified: branches/abort-oldclient-8318/twisted/web/topfiles/8318.bugfix
==============================================================================
--- branches/abort-oldclient-8318/twisted/web/topfiles/8318.bugfix	(original)
+++ branches/abort-oldclient-8318/twisted/web/topfiles/8318.bugfix	Sat May  7 05:10:17 2016
@@ -1 +1 @@
-Resolved bug where timeouts as part of getPage, downloadPage, and HTTPClientFactory could fail to fire on TLS connections where the remote party is not responding on the connection.
\ No newline at end of file
+twisted.web.client.HTTPClientFactory (and the getPage and downloadPage APIs) now timeouts correctly on TLS connections where the remote party is not responding on the connection.