Set another factory to not be noisy

This commit is contained in:
Tehom 2017-01-20 05:35:05 -05:00 committed by Griatch
parent 807ca6c52c
commit 9a41b30089

View file

@ -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