#1 2017-03-16 15:16:27

George
Member
Registered: 2016-04-05
Posts: 140

HTTP/2 web server

Hello!
Under Windows 10, HTTP.Sys use HTTP API 2.0.
In documentation i've not found anything about http/2.
Is it not supported or maybe just undocumented?)

Offline

#2 2017-03-16 19:38:08

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,207
Website

Re: HTTP/2 web server

AFAIK http.sys does NOT support the http/2 protocol.
HTTP API 2.0 is the API revision, and has nothing to do about the http protocol used itself.

In practice, I use a nginx front-end over a mORMot Linux server, to have http/2.

Offline

#3 2017-03-16 19:59:42

George
Member
Registered: 2016-04-05
Posts: 140

Re: HTTP/2 web server

Here is discussion about how to disable http/2 on windows 10.
Seems http/2 supported but only with secure connections.

Realized that it's too early to strongly lean on http/2 today.
Well, someday multi-channel connection and server pushes will come smile

Last edited by George (2017-03-16 20:01:06)

Offline

Board footer

Powered by FluxBB