X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=hippotat.git;a=blobdiff_plain;f=client;h=48b635a9d2f62c19a2f2489f66d2a43a70bc0b54;hp=39e04c56640e7eeac6a4c0ec01a0310a8f314bd1;hb=a95cfeb275bc35b1aed098fbdf866a631718feb8;hpb=7b07f0b5fd215702dc58c53bd1cd7c63767f5710 diff --git a/client b/client index 39e04c5..48b635a 100755 --- a/client +++ b/client @@ -51,13 +51,14 @@ def outbound(packet, saddr, daddr): queue.append(packet) check_outbound() -def req_ok(data) +def req_ok(resp): + def req_err(err): print(err, >>sys.stderr) - outstanding-- def req_fin(*args): + outstanding-- def check_outbound(): while True: @@ -83,7 +84,7 @@ def check_outbound(): hh = { 'User-Agent': ['hippotat'], 'Content-Type': ['multipart/form-data; boundary="b"'] } - req = agent.request('POST', + req = agent.request(b'POST', c.url, twisted.web.client.Headers(hh)) req.addTimeout(c.http_timeout,