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

Http2 support for middleware, fixes #123 #128

Merged
merged 10 commits into from
Jan 6, 2017
Merged

Http2 support for middleware, fixes #123 #128

merged 10 commits into from
Jan 6, 2017

Commits on Dec 31, 2016

  1. Rename fancyWriter to httpFancyWriter and move NewWrapResponseWriter …

    …to pre 1.8 file
    Laurie Clark-Michalek committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    c50450b View commit details
    Browse the repository at this point in the history
  2. Add http2FancyWriter, for 1.8 only

    Laurie Clark-Michalek committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    1a247de View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2017

  1. Add http2 support for compression middleware

    Laurie Clark-Michalek committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    6b07c27 View commit details
    Browse the repository at this point in the history
  2. Don't require two arguments to mkGenericWrapper

    Laurie Clark-Michalek committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    328eeba View commit details
    Browse the repository at this point in the history
  3. Stop double flushing

    Laurie Clark-Michalek committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    be7a9b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2017

  1. Configuration menu
    Copy the full SHA
    55c9363 View commit details
    Browse the repository at this point in the history
  2. Remove duplicate cert testdata

    Peter Kieltyka committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    c8417a4 View commit details
    Browse the repository at this point in the history
  3. Rename a few files, add specific test for go18

    Peter Kieltyka committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    20a9568 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. Configuration menu
    Copy the full SHA
    e9a9038 View commit details
    Browse the repository at this point in the history
  2. middleware.Compress to support http.Hijacker for http1 and http.Push …

    …for http2 on go1.8+
    Peter Kieltyka committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    908475a View commit details
    Browse the repository at this point in the history