dgrr / http2

HTTP/2 implementation for fasthttp
Apache License 2.0
208 stars 35 forks source link

DATA RACE #59

Open balcieren opened 2 years ago

balcieren commented 2 years ago

https://github.com/gofiber/fiber/runs/5364379599?check_suite_focus=true#step:4:1068

gaby commented 1 year ago

@dgrr Can you take a look at this?

dgrr commented 1 year ago

Hello.

Not now... I am working on something else that I hope it's going to be better for the future of networking in Go. I'll update on this repo as soon as I can publish something. I accept PRs, I'll take a look at them if any.

HasanMdArik commented 1 year ago

bump

trajan0x commented 1 year ago

https://github.com/diamondcdn/fasthttp-http2 Fixes this

balcieren commented 1 year ago

https://github.com/diamondcdn/fasthttp-http2 Fixes this

This targets to latest version. The person who made this project used generics so I got a lot of errors while I was trying to http2 for fiber framework.

trajan0x commented 1 year ago

interesting, one other note. This will not fix races in the client implementation, just the server