comparison quic_key_update.t @ 1931:afe4af958e53

Tests: cleanup.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 18 Aug 2023 17:10:22 +0400
parents 0e8b5b442b1d
children
comparison
equal deleted inserted replaced
1930:0e8b5b442b1d 1931:afe4af958e53
71 71
72 $t->run(); 72 $t->run();
73 73
74 ############################################################################### 74 ###############################################################################
75 75
76 my ($s, $sid, $frames, $frame); 76 my $s = Test::Nginx::HTTP3->new();
77
78 $s = Test::Nginx::HTTP3->new();
79 ok(get($s), 'request'); 77 ok(get($s), 'request');
80 78
81 # sets the Key Phase bit 79 # sets the Key Phase bit
82 80
83 $s->key_update(); 81 $s->key_update();