uquic/quicvarint
Marten Seemann 9d5de12933
make it possible to parse a varint at the end of a reader (#3428)
An io.Reader can read into the buffer and return the io.EOF in the same
call. In fact, that's how the quic.Stream is implemented.
In that case, we shouldn't return an error from quicvarint.Read,
otherwise the caller won't be able to parse a varint sent just before a
stream was closed.
2022-05-26 10:52:50 -07:00
..
io.go make it possible to parse a varint at the end of a reader (#3428) 2022-05-26 10:52:50 -07:00
io_test.go make it possible to parse a varint at the end of a reader (#3428) 2022-05-26 10:52:50 -07:00
quicvarint_suite_test.go move varint encoding / decoding to a separate package 2021-01-01 11:46:45 +08:00
varint.go quicvarint: export Min and Max (#3253) 2021-08-10 02:11:49 -07:00
varint_test.go quicvarint: export Min and Max (#3253) 2021-08-10 02:11:49 -07:00