Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-chi/chi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.7
Choose a base ref
...
head repository: go-chi/chi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.8
Choose a head ref
  • 18 commits
  • 17 files changed
  • 13 contributors

Commits on Dec 2, 2021

  1. support ip chain without spaces in xForwarded header (#684)

    Co-authored-by: evgenyKharitonov <evgeny.kharitonov@tailorbrands.com>
    evgenyKharitonov and evgenyKharitonov authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    e4fe258 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. fix warning in test

    pkieltyka committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    ba10645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06573a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad481b3 View commit details
    Browse the repository at this point in the history
  4. comments

    pkieltyka committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    98fc81f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e5747d View commit details
    Browse the repository at this point in the history
  6. comments

    pkieltyka committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    55dd7fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b750c80 View commit details
    Browse the repository at this point in the history
  8. recoverer: don't recover http.ErrAbortHandler (#624)

    This error is generally used to abort a request while streaming a response
    so it should not be recovered otherwise the request is not aborted and
    the client does not detect the error
    
    Fixes #588
    drakkan authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    7dbe9a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

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

Commits on May 12, 2022

  1. README.md: CloudFlare -> Cloudflare (#725)

    The company styles its name as Cloudflare since a few years.
    maciej authored May 12, 2022
    Configuration menu
    Copy the full SHA
    9e71a0d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

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

Commits on Jun 26, 2022

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

Commits on Aug 12, 2022

  1. go 1.19.x in ci (#743)

    pkieltyka authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    b6a2c5a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Update Makefile (#739)

    bichanna authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    e5529d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. update comment in source

    pkieltyka committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    42a41a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fe6bf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. v5.0.8

    pkieltyka committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    da69873 View commit details
    Browse the repository at this point in the history
Loading