p-quic / pquic

The PQUIC implementation, a framework that enables QUIC clients and servers to dynamically exchange protocol plugins that extend the protocol on a per-connection basis
https://pquic.org
MIT License
126 stars 20 forks source link

Using pquic with chrome or chromium. #11

Closed mayankmclaren closed 4 years ago

mayankmclaren commented 4 years ago

Hi, I wanted to know if it is possible to use pquic with Chrome or Chromium.

mpiraux commented 4 years ago

QUIC transport-wise, PQUIC supports draft-27. Picking a Chrome version that supports this version should be transport-compatible. Unfortunately, PQUIC does not integrate a HTTP/3 implementation. Thus Chrome should be able to handshake with PQUIC, but exchanging HTTP requests is not supported so far.

mpiraux commented 4 years ago

I'm closing this as no further assistance seems to be required.