On Mon, 24 Sep 2018 20:23:58 +0000, David Fifield wrote: ...
"encrypted SNI" part. But it's possible to do better: if you're willing to abandon HTTP/1.1 compatibility and require HTTP/2, you can use the "server push" feature to implement a serialization that's much more efficient than the current one in meek.
How about websockets instead of trying to cram this into HTTP/2?
- Andreas