Releases: bddjr/hlfhr
Releases · bddjr/hlfhr
v2.0.0
go get github.com/bddjr/[email protected]
🎉 Starting from this version, hlfhr implements a complete solution for HTTP to HTTPS redirection.
Add
2f451bd Server.Listen80RedirectTo443
Remove
4ad7380 Remove ErrHttpOnHttpsPort
and stop logging "client sent an HTTP request to an HTTPS server".
Change
25b396d Default redirect status change to 307
c709c63 Optimize ConnFirstByteLooksLikeHttp
2f451bd Optimize NewBufioReaderWithBytes
Commits: v1.3.8...v2.0.0
Tested go version: 1.24.2
v1.3.8
go get github.com/bddjr/[email protected]
README
v1.3.7
go get github.com/bddjr/[email protected]
Optimize
v1.3.6
go get github.com/bddjr/[email protected]
Fix response lockedHeader
v1.3.5
go get github.com/bddjr/[email protected]
Fix repeat flush
v1.3.4
go get github.com/bddjr/[email protected]
Support
http.ResponseController.SetReadDeadline
http.ResponseController.SetWriteDeadline
Optimize more code
v1.3.3
go get github.com/bddjr/[email protected]
Add BufioSetReader
v1.3.2
go get github.com/bddjr/[email protected]
Fix bug
v1.3.1
go get github.com/bddjr/[email protected]
Optimize Setup HTTP/2
v1.3.0
go get github.com/bddjr/[email protected]
Remove
NewListener
Listener
- simplehlfhr
Merge
Add
TLSListener
See commits v1.2.6...v1.3.0