uquic/integrationtests/self
2023-08-19 01:19:17 -07:00
..
benchmark_test.go clean up dial functions 2023-05-01 13:59:54 +02:00
cancelation_test.go implement the Transport 2023-05-02 15:56:48 +02:00
close_test.go implement the Transport 2023-05-02 15:56:48 +02:00
conn_id_test.go remove ConnectionIDLength and ConnectionIDGenerator from the Config 2023-05-02 15:56:49 +02:00
datagram_test.go add a context to Connection.ReceiveMessage (#3926) 2023-06-27 11:29:30 -07:00
deadline_test.go make Listener a struct, not an interface 2023-05-01 14:41:16 +02:00
drop_test.go make Listener a struct, not an interface 2023-05-01 14:41:16 +02:00
early_data_test.go implement the Transport 2023-05-02 15:56:48 +02:00
go119_test.go implement the Transport 2023-05-02 15:56:48 +02:00
go120_test.go implement the Transport 2023-05-02 15:56:48 +02:00
handshake_drop_test.go make Listener a struct, not an interface 2023-05-01 14:41:16 +02:00
handshake_rtt_test.go implement the Transport 2023-05-02 15:56:48 +02:00
handshake_test.go expose crypto/tls errors on the TransportError (#4015) 2023-08-18 03:01:49 -07:00
hotswap_test.go http3: close the connection when closing the roundtripper (#3873) 2023-06-01 01:06:13 -07:00
http_test.go store the server port as an int, not a string, in HTTP tests (#3959) 2023-08-16 04:59:11 -07:00
key_update_test.go remove Tracer from Config, put ConnectionTracer constructor there 2023-05-02 15:56:49 +02:00
mitm_test.go remove OptimizeConn, add a Transport.WriteTo method instead (#3957) 2023-07-19 10:28:11 -07:00
multiplex_test.go add a method to retrieve non-QUIC packets from the Transport (#3992) 2023-08-19 01:19:17 -07:00
packetization_test.go remove Tracer from Config, put ConnectionTracer constructor there 2023-05-02 15:56:49 +02:00
resumption_test.go ignore QUICConn.SendSessionTicket error if session tickets are disabled (#4030) 2023-08-15 19:53:41 -07:00
rtt_test.go make Listener a struct, not an interface 2023-05-01 14:41:16 +02:00
self_suite_test.go stop using math/rand.Seed and Read in tests, bump go.mod version to 1.20 (#3936) 2023-07-01 11:29:41 -07:00
stateless_reset_test.go stop using math/rand.Seed and Read in tests, bump go.mod version to 1.20 (#3936) 2023-07-01 11:29:41 -07:00
stream_test.go implement the Transport 2023-05-02 15:56:48 +02:00
timeout_test.go respect minimum idle timeout of 3 PTOs (#3909) 2023-06-20 01:47:29 -07:00
tracer_test.go remove Tracer from Config, put ConnectionTracer constructor there 2023-05-02 15:56:49 +02:00
uni_stream_test.go implement the Transport 2023-05-02 15:56:48 +02:00
zero_rtt_oldgo_test.go save the max_datagram_frame_size transport parameter in the session ticket (#4013) 2023-08-18 19:16:16 -07:00
zero_rtt_test.go save the max_datagram_frame_size transport parameter in the session ticket (#4013) 2023-08-18 19:16:16 -07:00