Azure / DotNetty

DotNetty project – a port of netty, event-driven asynchronous network application framework
Other
4.09k stars 977 forks source link

Are there some plans to support HTTP/HTTP2.0 #144

Closed zmyer closed 8 years ago

zmyer commented 8 years ago

Hello,In DotNetty develop plans,it will be supported HTTP/HTTP2.0? I want to use DoNetty to develop some applications which was used HTTP2.0, How can i to it with DotNetty?

bobanco commented 8 years ago

Hi @zmyer , there is no plans yet, but contributions are always welcome :smile:

nayato commented 8 years ago

in fact, I started porting HTTP 1.1 codec but it's quite a lot of work to see it through. Don't hold your breath for the next month or so.

nayato commented 8 years ago

also, we already have an issue to port the codec (#52) so closing this one.