Replace comment references to trac.humbughq.com with trac.zulip.net

(imported from commit 231d0884345be525d58ce51f48a76bba6960f09d)
This commit is contained in:
Zev Benjamin
2013-09-05 15:24:18 -04:00
parent 5c81148839
commit 2f1551e745
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ from twisted.internet import reactor
from twisted.web import proxy, server, resource
# Monkey-patch twisted.web.http to avoid request.finish exceptions
# https://trac.humbughq.com/ticket/1728
# https://trac.zulip.net/ticket/1728
from twisted.web.http import Request
orig_finish = Request.finish
def patched_finish(self):