-
Hello, please consider the following test-case:
```go
package main
import (
"log"
"github.com/lthibault/mesh/pkg/util"
quic "github.com/lucas-clemente/quic-go"
)
func main() {
go …
-
After doing some stress testing of quic-go over an LTE connection I hit a BUG in the quic-go code.
```
2018/04/02 00:36:43 Dropping message. name=10.9.0.9:10002, streamId=3, payloadId=54563, topic…
-
## What is Observed
When the h2quic based http2 server returns an error code (e.g. with `http.Error`) directly without reading the request body, the client would error with "unknown type byte 0xc".…
-
Hi, did you follow quicwg drafts to create this implementation? If yes, did you already use third draft?
bkchr updated
6 years ago
-
I think the current syntax of the "quic" parameter for hq Alt-Svc is, after recent changes, incompatible with structured headers. For reference, https://github.com/httpwg/http-extensions/issues/281 pr…
-
I'm seeing a case where I have two quic connections over a VPN, each with a keep alive of 10 seconds. When I sever the VPN link between the two connections the client recognizes the connection is idle…
-
```
% ./client https://quic.clemente.io
GET https://quic.clemente.io
Starting new connection to quic.clemente.io ([::]:63748 -> 188.68.52.107:443), connectionID 6ab3cffe43a41653, version gQUIC 39
…
-
PADDING frames count toward bytes-in-flight, so they can't be included in ACK-only packets. This makes it impossible to pad ACK-only packets. This could prevent some forms of traffic analysis mitiga…
-
Hi,
I can currently not use quic-go to connect to google.com.
Google seems to be sending Public RST packets which is odd in itself (I can also not connect via Chrome or the chrome test client so t…
-
The purpose of this issue is to document the currently agreed upon proposal for computing nextHopProtocol and track any changes:
1. When alpn negotiated protocol is available, then nextHopProtocol ta…