http2 icon indicating copy to clipboard operation
http2 copied to clipboard

HTTP/2 implementation for fasthttp

Results 14 http2 issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220214200702-86341886e292 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20220214200702-86341886e292&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220225172249-27dd8689420f to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20220225172249-27dd8689420f&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

i tried the example code of client, but the `resp.Header.Protocol()` returns HTTP/1.1 could you help me use http2 client? ``` hc := &fasthttp.HostClient{ Addr: "api.binance.com:443", } if err := fasthttp2.ConfigureClient(hc,...

``` ================== WARNING: DATA RACE Read at 0x00c0002ea130 by goroutine 23: github.com/dgrr/http2.(*serverConn).sendPingAndSchedule() C:/Users/test/go/pkg/mod/github.com/dgrr/[email protected]/serverConn.go:979 +0x3c github.com/dgrr/http2.(*serverConn).sendPingAndSchedule-fm() :1 +0x33 Previous write at 0x00c0002ea130 by goroutine 14: github.com/dgrr/http2.(*serverConn).writeLoop() C:/Users/test/go/pkg/mod/github.com/dgrr/[email protected]/serverConn.go:984 +0x128 github.com/dgrr/http2.(*serverConn).Serve.func2() C:/Users/test/go/pkg/mod/github.com/dgrr/[email protected]/serverConn.go:114 +0x76...