[tor-commits] [ooni-probe/master] Clean up the output of the HTTP Client

art at torproject.org art at torproject.org
Fri Jan 3 13:29:42 UTC 2014


commit cb0700a37f28283c1ffaab9a1077e8075f3a1f13
Author: Arturo Filastò <art at fuffa.org>
Date:   Fri Dec 27 14:06:30 2013 +0100

    Clean up the output of the HTTP Client
---
 ooni/geoip.py |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/ooni/geoip.py b/ooni/geoip.py
index 8ad124c..796401b 100644
--- a/ooni/geoip.py
+++ b/ooni/geoip.py
@@ -3,6 +3,8 @@ import os
 import random
 
 from twisted.web import client, http_headers
+client._HTTP11ClientFactory.noisy = False
+
 from ooni.utils.net import userAgents, BodyReceiver
 from twisted.internet import reactor, defer, protocol
 





More information about the tor-commits mailing list