Darío

Results 63 comments of Darío

@gnanakeethan Hello. In this repository github.com/erikdubbelboer/fasthttp we are working to improve fasthttp library. Now we are working to implement http2.

@savsgio I stopped because of exams. I want to follow after the next week.

I created a repo [here](https://github.com/dgrr/fasthttp2) to develop http2 for fasthttp @kirillDanshin

@kirillDanshin we [talk about](https://github.com/erikdubbelboer/fasthttp/issues/50) embedding it in fasthttp and finally I decided to do not do this. Fasthttp has a good support for HTTP/1.x. Embedding HTTP/2 will cause the change...

Okay. Let me finish [fasthttp2](https://github.com/dgrr/fasthttp2) and we will try to embed it in original repo.

There are anyone interested in participate in this project?

I am blocked working on it. I tried to implement it in [my repo](https://github.com/dgrr/http2) but the main problem is the RequestCtx header fields handling. HTTP/2 follows a frame by frame...

Hello @skiloop Right now it's stopped because I am a little busy with my work and that stuff. But you can take a look here https://github.com/dgrr/http2 I successfully develop [an...

@cipriancraciun I will develop more this comment but just want to let you know that I already successfully develop something like a gateway for HTTP/2 to fasthttp. The only concern...

About the "how much", I think we should support the minimum requirements which reading the request using a header and a body frame and returning a response using the same...