-
-
Notifications
You must be signed in to change notification settings - Fork 117
Comparing changes
Open a pull request
base repository: pires/go-proxyproto
base: v0.7.0
head repository: pires/go-proxyproto
compare: v0.8.0
- 17 commits
- 13 files changed
- 9 contributors
Commits on Sep 11, 2023
-
Add an helper for proxied HTTP/2
The standard library's http.Server supports HTTP/2, but only for tls.Conn. This doesn't work when serving connections behind a reverse proxy which terminates TLS and uses the PROXY protocol. Supporting this requires some glue code, which the new helper provides. The example was tested with tlstunnel. Closes: #90
Configuration menu - View commit details
-
Copy full SHA for d628850 - Browse repository at this point
Copy the full SHA d628850View commit details
Commits on Oct 12, 2023
-
build(deps): bump golang.org/x/net from 0.12.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0. - [Commits](golang/net@v0.12.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e5b291b - Browse repository at this point
Copy the full SHA e5b291bView commit details
Commits on Apr 19, 2024
-
build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 8a2480a - Browse repository at this point
Copy the full SHA 8a2480aView commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 587bf44 - Browse repository at this point
Copy the full SHA 587bf44View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5e61e7 - Browse repository at this point
Copy the full SHA f5e61e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b718e7c - Browse repository at this point
Copy the full SHA b718e7cView commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 21542e2 - Browse repository at this point
Copy the full SHA 21542e2View commit details -
header.go prevent otherHeader.rawTLVs being nil
If header.Version != otherHeader.Version then otherHeader.rawTLVs is not present.
Configuration menu - View commit details
-
Copy full SHA for 9814f02 - Browse repository at this point
Copy the full SHA 9814f02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb649e - Browse repository at this point
Copy the full SHA 2cb649eView commit details -
chore(Conn): move Validate below ProxyHeaderPolicy
This field order reflect usage pattern and avoids mixing exported and unexported fields.
Configuration menu - View commit details
-
Copy full SHA for 424fc80 - Browse repository at this point
Copy the full SHA 424fc80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9171270 - Browse repository at this point
Copy the full SHA 9171270View commit details -
protocol: avoid double buffering
Use buffer only to read the PROXY header. Users may use they own buffers with they own buffer sizes and pools - connection should respect that.
Configuration menu - View commit details
-
Copy full SHA for 2df67b4 - Browse repository at this point
Copy the full SHA 2df67b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c6f18 - Browse repository at this point
Copy the full SHA 05c6f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd8a402 - Browse repository at this point
Copy the full SHA cd8a402View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6823d9 - Browse repository at this point
Copy the full SHA e6823d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 627f8b3 - Browse repository at this point
Copy the full SHA 627f8b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bac82fd - Browse repository at this point
Copy the full SHA bac82fdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.7.0...v0.8.0