Gaukas Wang
|
95575f5fe7
|
break: update repo url [ci skip]
uTLS is not yet bumped to the new version, so this commit breaks the dependencies relationship by getting rid of the local replace.
|
2023-08-03 18:58:52 -06:00 |
|
Marten Seemann
|
7a393315bd
|
wire: use constants for frame types (#3739)
|
2023-04-19 05:58:31 -07:00 |
|
Marten Seemann
|
da26f91905
|
wire: correctly parse multi-byte frame types (#3736)
|
2023-04-19 05:42:23 -07:00 |
|
Marten Seemann
|
58cedf7a4f
|
rename module, adjust import paths to quic-go/quic-go (#3680)
|
2023-01-21 19:53:57 -08:00 |
|
Marten Seemann
|
ab6d664b43
|
rename frame.Write to frame.Append
|
2022-08-28 23:18:24 +03:00 |
|
Marten Seemann
|
3ca1001951
|
append to a byte slice instead of a bytes.Buffer when serializing frames
|
2022-08-28 23:18:06 +03:00 |
|
Marten Seemann
|
90727cb41a
|
introduce a quic.StreamError type and use it for stream cancelations
|
2021-05-01 09:39:52 +07:00 |
|
Marten Seemann
|
f5238bf7b1
|
move the ApplicationErrorCdoe to the qerr package
|
2021-05-01 09:38:49 +07:00 |
|
Marten Seemann
|
f9226887b4
|
rename ReadVarint / WriteVarInt / VarIntLen to Read / Write / Len
|
2021-01-02 00:15:07 +08:00 |
|
Marten Seemann
|
11c5045065
|
move varint encoding / decoding to a separate package
... which is not internal.
|
2021-01-01 11:46:45 +08:00 |
|
Marten Seemann
|
8e7a462007
|
fix encoding of the error code in the STOP_SENDING frame
|
2019-11-16 15:03:19 +08:00 |
|
Marten Seemann
|
59ab139720
|
renumber frame types
|
2018-11-12 17:26:42 +07:00 |
|
Marten Seemann
|
be066e825c
|
privatize the frame parsing functions
|
2018-03-25 18:07:49 +02:00 |
|
Marten Seemann
|
80969de93f
|
fix splitting of STREAM frames for IETF QUIC
Move splitting of STREAM frames from the quic package to the wire
package.
|
2018-02-05 12:02:58 +08:00 |
|
Marten Seemann
|
40650d93f0
|
add an application-defined error type, for RST_STREAM and STOP_SENDING
|
2017-12-15 16:21:09 +07:00 |
|
Marten Seemann
|
a6e44f3bfc
|
implement parsing and writing of the STOP_SENDING frame
|
2017-12-13 17:58:50 +07:00 |
|