yaws icon indicating copy to clipboard operation
yaws copied to clipboard

Add support for HTTP/2

Open oubiwann opened this issue 9 years ago • 10 comments

Hopefully this is in the works :-)

I just saw that Clojure now supports HTTP/2 and my LFE bones are itching to do the same.

Cowboy is working on it, currently targeted for the end of the year:

  • https://github.com/ninenines/cowboy/issues/853

Thoughts? Plans?

oubiwann avatar Jul 25 '15 14:07 oubiwann

Yes, I was hoping to soon start working on adding this to Yaws.

vinoski avatar Jul 25 '15 15:07 vinoski

Hurray! I use YAWS extensively in lots of different LFE applications (one of them embedded). I'm available and willing to test at any stage of the development process -- just say the word.

oubiwann avatar Jul 25 '15 16:07 oubiwann

@vinoski any idea about the roadmap about it? What could help?

benoitc avatar Jan 28 '16 09:01 benoitc

I've been busy finishing writing this book and also working to try to make dirty schedulers official for Erlang 19, so I just haven't had time to do much on this yet. The book goes to production mid-February, so perhaps I'll have some spare cycles after that. Not exactly sure what could help at this point unless someone wants to start trying to write it and then we could see how we might collaborate to finish it.

vinoski avatar Jan 28 '16 16:01 vinoski

is it closed because it has been added or because you don't want to support it?

benoitc avatar Oct 06 '16 07:10 benoitc

@benoitc, no, of course not. @etnt, You close all opened issues. Is there any reason for that ?

capflam avatar Oct 06 '16 07:10 capflam

What is the status of supporting HTTP/2 and HTTP/3?

schnaitterm avatar Feb 18 '20 20:02 schnaitterm

Neither is currently supported. Only a couple requests for such support have been raised over the past few years.

vinoski avatar Feb 19 '20 12:02 vinoski

what needs to be done?

schnaitterm avatar Mar 10 '20 19:03 schnaitterm

Everything — design, implementation, testing, documentation.

vinoski avatar Mar 12 '20 16:03 vinoski