Как включить поддержку HTTP/3 в Linux? [закрыто]

No hay significado para los acentos graves en ese código. Son errores tipográficos o de formato que darán lugar a errores de sintaxis.

Una versión corregida usaría "$a"en todos los casos, y =en lugar de ==.

Alternativamente,

case "$a" in
    [yY]*) echo 'Yes' ;;
    [nN]*) echo 'No'  ;;
        *) echo 'Maybe'
esac
0
18.05.2019, 15:34
1 ответ

Это слишком рано для этой технологии.

HTTP/3

12 November 2018/ Jan Reilink /

Daniel Stenberg writes on daniel.haxx.se blog:

HTTP/3 is the coming new HTTP version that uses QUIC for transport! That’s an interesting development to follow, HTTP(S) over UDP and how that’ll go with (small) office and home equipment hardware, IOT, middleware…

Источник:

https://www.saotn.org/http-3/

Еще немного по теме:

http3 -объяснение/

https://http3-explained.haxx.se/en/

Обсуждение:

https://news.ycombinator.com/item?id=19085534

2
28.01.2020, 02:30

Теги

Похожие вопросы