tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

Any plan to adopt new experimental protocol QUIC? #97

Open nutinshell opened 10 years ago

nutinshell commented 10 years ago

http://blog.chromium.org/2013/06/experimenting-with-quic.html

If shrpx could implement QUIC protocol to let server side QUIC ready that would be cool :)

tatsuhiro-t commented 10 years ago

QUIC is still lab experiment in google. It lacks proper specification and if you want to know about QUICK you have to read chromium source code and it will change without notice. Because of this situation, currently third party cannot implement QUIC.