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

handle N targets #2

Closed
wants to merge 6 commits into from
Closed

Commits on Feb 17, 2016

  1. Various goodies.

    Standard USAGE format
    Writes usage & general errors to stderr
    **Handles N targets**
    URL validation (url.Parse doesn't do validation)
    Generally more comments throughout
    Returns 504 Gateway Timeout when all targets fail (rather than 404 Not
    Found)
    hackergrrl committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    13a9d24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaac993 View commit details
    Browse the repository at this point in the history
  3. Handles failures better.

    1. When 'failed' is closed !ok will be true -- we weren't properly
       hitting that case and the connection would stay open.
    2. Cancels the request when a bad response code is hit.
    hackergrrl committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    16c2510 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc4337a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40b060a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. addresses concurrency bugs

    hackergrrl committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    631de9f View commit details
    Browse the repository at this point in the history