chiark / gitweb /
wip, towards target
[hippotat.git] / client
diff --git a/client b/client
index 5dbae1c6bbc3255b2ef7d2017579d74140d916b3..16b23f525dc8e492ec66022e681ac7d0fd14ad1d 100755 (executable)
--- a/client
+++ b/client
@@ -70,7 +70,10 @@ class ResponseConsumer(twisted.internet.protocol.Protocol):
   def dataReceived(self, data):
     try: self._ssd.inputdata(mime_translate(data))
     except Exception as e: asyncfailure(e)
-  def connectionMade(self): pass
+
+  def connectionMade(self):
+    self._log(DBG.HTTP_CTRL, 'connectionMade')
+
   def connectionLost(self, reason):
     if isinstance(reason, twisted.internet.error.ConnectionDone):
       try: self._ssd.flush()