# HTTP/3의 현재상태

> Clean Markdown view of GeekNews topic #1296. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1296](https://news.hada.io/topic?id=1296)
- GeekNews Markdown: [https://news.hada.io/topic/1296.md](https://news.hada.io/topic/1296.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-01-15T14:03:16+09:00
- Updated: 2020-01-15T14:03:16+09:00
- Original source: [infoq.com](https://www.infoq.com/news/2020/01/http-3-status/)
- Points: 3
- Comments: 1

## Topic Body

- "HTTP over QUIC"으로 시작

- UDP를 사용하여 TCP의 Slow-Start 문제를 해결

- 구글은 이미 검색/유튜브 등에서 QUIC적용, 크롬에서 자동 지원

- Firefox 72부터 QUIC 사용가능(아직 실험)

- Nginx, LiteSpeed 웹서버도 HTTP/3 지원, CURL도 7.66 부터 지원 시작

- CloudFlare 가 일부 고객에 적용 시작. Rust로 만든 HTTP/3구현체인 quiche 도 공개

- HTTP/3는 IETF에 의해 정의중이고 공식 일자는 나오지 않음. 하지만 이미 30만개의 서비스가 사용중.

## Comments



### Comment 913

- Author: xguru
- Created: 2020-01-15T14:05:01+09:00
- Points: 1

Quiche - RUST로 만든 QUIC 구현체 https://github.com/cloudflare/quiche

mvfst(Move Fast) - 페이스북이 C++로 만든 QUIC 구현체 https://github.com/facebookincubator/mvfst
