Andy Grover

Results 39 issues of Andy Grover

Currently using HTTP/3 vs HTTP/0.9 is driven by the `-o` cmdline parameter, but couldn't we use alpn if specified to use the right protocol instead?

task-small
client-side
p3

https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#path-maximum-transmission-unit-pmtu > An endpoint SHOULD use Datagram Packetization Layer PMTU Discovery ([DPLPMTUD]) or implement Path MTU Discovery (PMTUD) [RFC1191] [RFC8201] to determine whether the path to a destination will support...

task-large
p3

In log messages we want to include a connection ID so that we can disambiguate messages for different connections. Requiring a reference to the connection can be problematic, if `self`...

p3

In addition to needing more tests, the tests we have are each too big, testing multiple things rather than each testing one aspect of functionality. These should be broken up...

help wanted
good first issue
p3

Once basic qlog support lands in Neqo (#526), we still need to add probes for all the things qlog can log. These should be *relatively* straightforward, and can likely be...

help wanted
good first issue
task-large
p2

@vonasek mentioned that it might be useful if qlog included payload. This could help make using tools like Wireshark less needed. Since payload is 1) large and 2) possibly sensitive,...

enhancement
task-medium
p3

May depend on #443.

enhancement
p3

see #864.

good first issue
task-small
p3

Although the `maxminddb` crate handles most details, there is additional complexity with using Maxmind for IP->location lookups because it's implemented as a flat-file database that gets updated regularly, and unless...