X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=client;h=3e3890f9b4cfe34e918ec9816d91f47a7cc34eca;hb=5e23498324ed6cdf62339114ac2313393ac75610;hp=ce5e8564b06f95276858d0ef426e9e919fdea2f9;hpb=297b3ebf9498b0954fc77728b8d92064e9ee6684;p=hippotat.git diff --git a/client b/client index ce5e856..3e3890f 100755 --- a/client +++ b/client @@ -102,20 +102,31 @@ def check_outbound(): c.max_batch_up) crlf = b'\r\n' - mime = (b'--b' + crlf + - b'Content-Disposition: form-data; name="m"' + crlf + - password + crlf + - str(c.client) .encode('ascii') + crlf + - str(c.target_outstanding) .encode('ascii') + crlf + - b'--b' + crlf + - b'Content-Disposition: form-data; name="d"' + crlf + - mime_translate(d) + crlf + - b'--b--' + crlf) + lf = b'\n' + mime = (b'--b' + crlf + + b'Content-Type: text/plain; charset="utf-8"' + crlf + + b'Content-Disposition: form-data; name="m"' + crlf + crlf + + str(c.client) .encode('ascii') + crlf + + password + crlf + + str(c.target_outstanding) .encode('ascii') + crlf + + (( + b'--b' + crlf + + b'Content-Type: application/octet-stream' + crlf + + b'Content-Disposition: form-data; name="d"' + crlf + crlf + + mime_translate(d) + crlf + ) if len(d) else b'') + + b'--b--' + crlf) + + #df = open('data.dump.dbg', mode='wb') + #df.write(mime) + #df.close() + # POST -use -c 'multipart/form-data; boundary="b"' http://localhost:8099/