X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/a2b48abfb3e429655bbc13992bd2dd12d05679e7..dce21e00c38132b17ec973923f4f7d0cbf47049f:/hippotat diff --git a/hippotat b/hippotat index 248538e..56e3e45 100755 --- a/hippotat +++ b/hippotat @@ -191,7 +191,7 @@ class Client(): b'Content-Type: text/plain; charset="utf-8"' + crlf + b'Content-Disposition: form-data; name="m"' + crlf + crlf + str(cl.c.client) .encode('ascii') + crlf + - cl.c.password + crlf + + cl.c.secret + crlf + str(cl.c.target_requests_outstanding) .encode('ascii') + crlf + str(cl.c.http_timeout) .encode('ascii') + crlf +