Skip to content
New issue

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

CLI enhancements #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

pferrot
Copy link

@pferrot pferrot commented Mar 25, 2016

  1. Allow to use custom proxy port.
  2. Use the 'requests' module instead of curl. We have seen issues with curl with commands that take some time (e.g. > 30 seconds) where the CLI would hang even if everything completed successfully on the Ochothon side.

With curl, the command will hang forever with commands that take some
time (e.g. more than 30 seconds), even if everything completed
successfully in Ochothon.
@otakup0pe
Copy link

Definitely 👍 on using requests rather than shelling out to curl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants