mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 14:37:17 +02:00
Set another factory to not be noisy
This commit is contained in:
parent
807ca6c52c
commit
9a41b30089
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ class EvenniaReverseProxyResource(ReverseProxyResource):
|
|||
clientFactory = self.proxyClientFactoryClass(
|
||||
request.method, rest, request.clientproto,
|
||||
request.getAllHeaders(), request.content.read(), request)
|
||||
clientFactory.noisy = False
|
||||
self.reactor.connectTCP(self.host, self.port, clientFactory)
|
||||
return NOT_DONE_YET
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue