We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stop
From curl:
curl
❯ curl --url "http://127.0.0.1:51129" --data "{\"userpass\":\"xx\",\"method\":\"stop\"}" curl: (52) Empty reply from server
Seems like marketmaker stops before it has time to reply.
marketmaker
Not sending a response is a bit annoying as the response throws in Chrome and exits with code 1 with curl.
From Chrome:
api.js:12 POST http://localhost:54928/ net::ERR_EMPTY_RESPONSE
The text was updated successfully, but these errors were encountered:
good point! it started out as just a debug thing, but I will make it behave nicer
ok,pushed fix to dev branch. thanks for bug report!
Sorry, something went wrong.
No branches or pull requests
From
curl
:Seems like
marketmaker
stops before it has time to reply.Not sending a response is a bit annoying as the response throws in Chrome and exits with code 1 with
curl
.From Chrome:
The text was updated successfully, but these errors were encountered: