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

1. Change response processing to copy out of a channel to array #30

Merged
merged 7 commits into from
Sep 29, 2016

Commits on Sep 27, 2016

  1. 1. Change response processing to copy out of a channel to array

    2. re-write processing logic
    3. wrap error handling & handle response errors from w/in go routines
    Kaley committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    e1b2e89 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. fix headers and update deps

    Kaley committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    d2fbcf6 View commit details
    Browse the repository at this point in the history
  2. Add in time logs to track down slowness

    Kaley committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    9fe3d14 View commit details
    Browse the repository at this point in the history
  3. Better timing

    Kaley committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    ab0ea85 View commit details
    Browse the repository at this point in the history
  4. even better timing

    Kaley committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    f8cef86 View commit details
    Browse the repository at this point in the history
  5. break out header writing to ResponseWriter &

    make an error msg print in json
    Kaley committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    6e1a508 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Fix header content and insert verbose prints

    Kaley committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    7788709 View commit details
    Browse the repository at this point in the history