On Sun, Apr 07, 2019 at 10:32:51AM -0700, Arthur A. Gleckler wrote:
> On Sun, Apr 7, 2019 at 3:38 AM Lassi Kortela <xxxxxx@lassi.io> wrote:
>
> > Is anyone here familiar with WebSockets? I know absolutely nothing about
> > them. Does the simple request handler abstraction still work with them
> > or will we have to make changes?
> >
>
> I've just learned that the underlying mechanism behind WebSockets has to
> change quite a bit to accommodate HTTP/2:
>
> https://medium.com/@pgjones/http-2-websockets-81ae3aab36dd
HTTP/2.0 is quite an unknown for me. Note that HTTP/3.0 is out by
now too, which uses UDP IIRC. I'm wondering if a serious SRFI
should also tackle these two protocols. They seem to be almost
completely different from HTTP/1.0 or HTTP/1.1.
Cheers,
Peter