mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
Replace comment references to trac.humbughq.com with trac.zulip.net
(imported from commit 231d0884345be525d58ce51f48a76bba6960f09d)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user