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

[http server] Batch requests #292

Merged
merged 20 commits into from
May 4, 2021
Merged

[http server] Batch requests #292

merged 20 commits into from
May 4, 2021

Commits on Apr 26, 2021

  1. WIP

    dvdplm committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    f047879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ead0c4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd70b49 View commit details
    Browse the repository at this point in the history
  4. fmt

    dvdplm committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    3b6e47d View commit details
    Browse the repository at this point in the history
  5. cleanup

    dvdplm committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    3e7d3c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    d45be62 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    2db1028 View commit details
    Browse the repository at this point in the history
  2. Add comment

    dvdplm committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    a229deb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    361e6cf View commit details
    Browse the repository at this point in the history
  4. Add more tests, noting where we diverge from the spec

    Fix empty batch case, i.e. `[]`
    dvdplm committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    baf2d08 View commit details
    Browse the repository at this point in the history
  5. Obey the fmt

    dvdplm committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    c106710 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Update benches/bench.rs

    Co-authored-by: Andrew Plaza <aplaza@liquidthink.net>
    dvdplm and insipx committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    ee40258 View commit details
    Browse the repository at this point in the history
  2. Update http-server/src/server.rs

    Co-authored-by: Andrew Plaza <aplaza@liquidthink.net>
    dvdplm and insipx committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    8b6e213 View commit details
    Browse the repository at this point in the history
  3. Add link to issue

    dvdplm committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    ec84408 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5212a6 View commit details
    Browse the repository at this point in the history
  5. Limit logging of requests and response to 1kb

    Add more comments
    Factor out batch response collection
    dvdplm committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    1fea05e View commit details
    Browse the repository at this point in the history
  6. Wrap comment

    dvdplm committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    8debdfc View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. tweak log line

    dvdplm committed May 3, 2021
    Configuration menu
    Copy the full SHA
    af873d0 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    78f3b25 View commit details
    Browse the repository at this point in the history
  2. fmt

    dvdplm committed May 4, 2021
    Configuration menu
    Copy the full SHA
    e2cd294 View commit details
    Browse the repository at this point in the history