Skip to content

Releases: bddjr/hlfhr

v1.3.5

12 Dec 03:17
e0960c8
Compare
Choose a tag to compare
go get github.com/bddjr/[email protected]

Fix repeat flush

v1.3.4

12 Dec 02:34
d97be0c
Compare
Choose a tag to compare
go get github.com/bddjr/[email protected]

Support

  • http.ResponseController.SetReadDeadline
  • http.ResponseController.SetWriteDeadline

Optimize more code

v1.3.3

11 Dec 14:37
5149f3c
Compare
Choose a tag to compare
go get github.com/bddjr/[email protected]

Add BufioSetReader

v1.3.2

09 Dec 10:31
6a45702
Compare
Choose a tag to compare
go get github.com/bddjr/[email protected]

Fix bug

v1.3.1

04 Dec 02:33
c14c8f2
Compare
Choose a tag to compare
go get github.com/bddjr/[email protected]

Optimize Setup HTTP/2

v1.3.0

03 Dec 14:27
87905c1
Compare
Choose a tag to compare
go get github.com/bddjr/[email protected]

Remove

  • NewListener
  • Listener
  • simplehlfhr

Merge

Add

  • TLSListener

See commits v1.2.6...v1.3.0

v1.2.6

03 Dec 12:55
d2851f0
Compare
Choose a tag to compare
go get github.com/bddjr/[email protected]

Optimize NewBufioReaderWithBytes

See commits v1.2.5...v1.2.6

v1.2.5

02 Dec 06:33
85655b2
Compare
Choose a tag to compare
go get github.com/bddjr/[email protected]

Remove

  • MaxHeaderBytesReader
  • MaxInt

Add

  • Response.WriteByte

More commits see v1.2.4...v1.2.5

v1.2.4

18 Nov 14:42
87c219c
Compare
Choose a tag to compare
go get github.com/bddjr/[email protected]

87c219c Optimize Response WriteHeader

v1.2.3

18 Nov 13:40
e06e90f
Compare
Choose a tag to compare
go get github.com/bddjr/[email protected]

5f6fd22 Public and optimize Response, cancel use http.Response

c8a0050 src_redirect.go add comment "Redirect without HTTP body."

e06e90f README reference add "bufio" and "bytes"