X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/60dc70f9314c87b6d12fc248aa05b74996ae28ef..1581df2665f96c2c23b4443534d250591e7ed23a:/client diff --git a/client b/client index 436592e..922242d 100755 --- a/client +++ b/client @@ -105,8 +105,8 @@ def check_outbound(): lf = b'\n' mime = (b'--b' + crlf + b'Content-Disposition: form-data; name="m"' + crlf + crlf + - password + lf + - str(c.client) .encode('ascii') + lf + + str(c.client) .encode('ascii') + crlf + + password + crlf + str(c.target_outstanding) .encode('ascii') + crlf + (( b'--b' + crlf + @@ -115,9 +115,10 @@ def check_outbound(): ) if len(d) else b'') + b'--b--' + crlf) - df = open('data.dump.dbg', mode='wb') - df.write(mime) - df.close() + #df = open('data.dump.dbg', mode='wb') + #df.write(mime) + #df.close() + # POST -use -c 'multipart/form-data; boundary="b"' http://localhost:8099/