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

Support HTTP/3 (QUIC) #272

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

Support HTTP/3 (QUIC) #272

wants to merge 7 commits into from

Commits on Feb 15, 2022

  1. Support HTTP/3 (QUIC)

    posoo committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    1b91b46 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Print throughput (size/sec)

    posoo committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    0c6d2ef View commit details
    Browse the repository at this point in the history
  2. Format bytes in proper units

    posoo committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    e1d29d6 View commit details
    Browse the repository at this point in the history
  3. Update README

    posoo committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    b901a06 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Update README.md

    Installation only applies to the official version
    posoo authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    06f795b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Fix empty SizeTotal

    Get the real transmitted bytes through io.Copy() since not all
    responses have `ContentLength`
    posoo committed May 1, 2022
    Configuration menu
    Copy the full SHA
    dd313d1 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    Don't use vendor/ anymore
    posoo committed May 1, 2022
    Configuration menu
    Copy the full SHA
    f7a1042 View commit details
    Browse the repository at this point in the history