Skip to content

Commit e1581ab

Browse files
committed
Tests: removed leftover from h3_ssl_early_data.t.
It was used to pass 0-RTT stream built externally in the prior test API design. Request stream properties are passed instead, similar to new_stream().
1 parent 773637b commit e1581ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

h3_ssl_early_data.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ is($frame->{headers}->{'x-session'}, '.', 'new session');
8383
local $TODO = 'no TLSv1.3 sessions in LibreSSL' if $t->has_module('LibreSSL');
8484

8585
my $psk_list = $s->{psk_list};
86-
my $ed = $s->build_new_stream();
8786

8887
$s = Test::Nginx::HTTP3->new(8980, psk_list => $psk_list, early_data => {});
8988

0 commit comments

Comments
 (0)