Commit Graph

970 Commits

Author SHA1 Message Date
Lucas Clemente
e62ab39e57 switch to using :stable docker chrome tag 2016-08-19 15:58:35 +02:00
Lucas Clemente
6d5a9b84e5 reject streams with even IDs opened by the client
fixes #267
2016-08-18 11:40:27 +02:00
Lucas Clemente
781fce5bd7 remove outdated comments 2016-08-18 10:31:41 +02:00
Lucas Clemente
6239d80492 remove leftover code from v30 2016-08-18 10:31:28 +02:00
Marten Seemann
1d7cf74e48 always send a StopWaiting with a packet containing a retransmission
fixes #259
v0.4
2016-08-18 15:02:18 +07:00
Marten Seemann
7d05640b24 change AckHandler interfaces to allow forcing a StopWaitingFrame
ref #259
2016-08-18 12:45:53 +07:00
Marten Seemann
7d05ebf0bb cache last StopWaiting in StopWaitingManager and return it if forced
ref #259
2016-08-18 12:40:50 +07:00
Lucas Clemente
3bf525ed16 update common certificate sets from chrome 2016-08-17 23:53:10 +02:00
Lucas Clemente
40c4b6319b use mathematical randomness in integration tests
fixes #295
2016-08-17 23:18:46 +02:00
Lucas Clemente
73c8967302 bundle FINs into stream frames (sometimes)
fixes #279
2016-08-17 23:12:37 +02:00
Lucas Clemente
f14f291032 add a test for sending FIN-only frames when flow control blocked
fixes #206
2016-08-17 18:40:41 +02:00
Lucas Clemente
29df400cc1 correctly handle panicking http.Handler
fixes #290
2016-08-17 18:06:57 +02:00
Lucas Clemente
6af4dfbdc4 Merge pull request #294 from lucas-clemente/benchmark-test
Fix benchmark tests
2016-08-17 15:48:07 +02:00
Lucas Clemente
e6abc3917d re-enable benchmark tests 2016-08-17 15:27:08 +02:00
Lucas Clemente
8c75462520 use sequential packet ordering in benchmark tests
fix #262, fix #273
2016-08-17 15:25:56 +02:00
Marten Seemann
bca012cbde handle Frame.Write errors in packet packer 2016-08-17 18:10:23 +07:00
Marten Seemann
f1da2239ca don't split off empty StreamFrames in streamFramer
fixes #284
2016-08-17 18:04:33 +07:00
Lucas Clemente
d23df8addd increase docker boot timeout 2016-08-17 11:41:44 +02:00
Lucas Clemente
d93de7cfd0 do some consistency checks before accessing slices in stream
This is a workaround for the security part of #293.
2016-08-17 11:39:57 +02:00
Lucas Clemente
17add945e5 fix a stream race condition 2016-08-17 11:14:41 +02:00
Lucas Clemente
c640a05474 re-enable drop tests 2016-08-16 16:14:04 +02:00
Lucas Clemente
baaf7027ae remove LargestInOrderAcked from v34 ackhandler
possibly: fix #283, fix #291
2016-08-16 16:12:46 +02:00
Marten Seemann
f0f500a218 correctly treat nils and empty slices in stream.Write 2016-08-16 19:49:36 +07:00
Marten Seemann
4f3f1065cb improve return values of (n)ackPacket in new SentPacketHandler 2016-08-16 19:43:40 +07:00
Marten Seemann
7b8fe7d113 disable flaky drop test
ref #291
2016-08-16 19:38:36 +07:00
Lucas Clemente
a4dcf5efd7 send 200 status for requests with empty http.Handlers
fixes #286
2016-08-16 12:31:07 +02:00
Marten Seemann
88e1e50efe only increase packet number when sending a packet in PacketPacker
fixes #288
2016-08-16 17:07:03 +07:00
Marten Seemann
2d98933d69 fix flaky proxy tests
fixes #275
2016-08-16 14:10:55 +07:00
Marten Seemann
5c80eee490 update go to 1.7 for CIs 2016-08-16 13:32:26 +07:00
Marten Seemann
9ae3973b37 disable Go tip for Travis 2016-08-16 13:30:43 +07:00
Marten Seemann
d23cacaddf always dequeue a StopWaiting if a packet contains a retransmission 2016-08-16 12:21:31 +07:00
Lucas Clemente
3433b5abbc Merge pull request #282 from lucas-clemente/fix-261
Fix flaky drop tests
2016-08-15 10:59:16 +02:00
Lucas Clemente
6fcafc25b5 re-enable drop tests 2016-08-15 10:33:50 +02:00
Lucas Clemente
1713d38576 add an ackhandler consistency check that fails the drop tests 2016-08-15 10:33:50 +02:00
Lucas Clemente
5cb3c0a771 replace ProbablyHasPacketForRetransmission with a call to MaybeQueueRTOs
fixes #261
2016-08-15 10:33:50 +02:00
Lucas Clemente
157055e99c reset the RTO timer when queueing an RTO retransmission 2016-08-15 10:33:50 +02:00
Lucas Clemente
61e06de838 fix session RTO test for version 34 2016-08-15 10:33:50 +02:00
Marten Seemann
7796fad2b7 fix processing of ACK frames with old ACK ranges in new SentPacketHandler
fixes #280
2016-08-15 14:04:03 +07:00
Marten Seemann
2d261140db add an integration test uploading a large file with Chrome
fixes #245
2016-08-15 13:10:37 +07:00
Marten Seemann
9e0f0fde51 create new upload directory for every integration test 2016-08-15 12:59:59 +07:00
Marten Seemann
947768a65b add an integration test uploading a small file with Chrome
ref #245
2016-08-15 00:47:46 +07:00
Lucas Clemente
1ceb7fc4e0 fix retransmission logging in sent packet handlers 2016-08-12 21:27:41 +02:00
Lucas Clemente
10b847be8e fix flaky session test
fixes #277
2016-08-12 20:22:05 +02:00
Marten Seemann
2fccb9d45d add an integration test downloading a large file with Chrome
ref #245
2016-08-13 00:34:58 +07:00
Marten Seemann
59c84971e4 use new random data for each integration test 2016-08-13 00:05:12 +07:00
Lucas Clemente
e3fc73683c Merge pull request #278 from stevepeak/patch-1
Fix codecov.yml structure
2016-08-11 19:25:29 +02:00
Steve Peak
8087478f6a Fix codecov.yml structure 2016-08-11 11:04:50 -06:00
Lucas Clemente
3b5f975e37 remove two incorrect h2quic tests
fixes #276
2016-08-11 12:35:13 +02:00
Lucas Clemente
9bed06c8e4 fix flaky udp proxy tests
fixes #270
2016-08-11 12:03:49 +02:00
Lucas Clemente
a5fce8365d Merge pull request #274 from lucas-clemente/skip-packetnumber
randomly skip packet numbers
2016-08-11 11:57:54 +02:00