SuperFashi
SuperFashi
Indeed. Maintenance stopped.
wait a sec
emmmm nope
goquery和jquery的确挺像的,不错。
This repo is probably way too old for today's BaiduYun. You can try debugging but I doubt the method would still work.
Don't have time right now for an update, sorry.
~~maybe we can expose a `HandshakeComplete()` to `quic.Session` interface so we can case this?~~ Something like this: https://github.com/superfashi/quic-go/commit/ab6736a34735da5bdce6180310335df0747b4f71
In fact I can't seem to reproduce 0-RTT requests even with the current version, here's my code: ```go go func() { log.Fatal(http3.ListenAndServeQUIC("localhost:443", "some.crt", "some.key", nil)) }() c := http.Client{Transport: &http3.RoundTripper{...
> No updates unfortunately. > > > I've got a potential fix here: [loopholelabs@ac0f32c](https://github.com/loopholelabs/quic-go/commit/ac0f32cf950c585695fc03693d2725d55bac658c) but it seems too simple... > > Unfortunately, this won't work with 0-RTT. `ConnectionState()` blocks until...
> @superfashi This means that `ConnectionState` won't be set when called before the handshake completes, right? That's definitely not ideal, but maybe it's better than not setting it at all....