comparison h3_ssl_early_data.t @ 1918:22f45bf99a9e

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().
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 23 Jun 2023 14:52:34 +0400
parents 24fea64f233f
children
comparison
equal deleted inserted replaced
1917:24fea64f233f 1918:22f45bf99a9e
81 is($frame->{headers}->{'x-session'}, '.', 'new session'); 81 is($frame->{headers}->{'x-session'}, '.', 'new session');
82 82
83 local $TODO = 'no TLSv1.3 sessions in LibreSSL' if $t->has_module('LibreSSL'); 83 local $TODO = 'no TLSv1.3 sessions in LibreSSL' if $t->has_module('LibreSSL');
84 84
85 my $psk_list = $s->{psk_list}; 85 my $psk_list = $s->{psk_list};
86 my $ed = $s->build_new_stream();
87 86
88 $s = Test::Nginx::HTTP3->new(8980, psk_list => $psk_list, early_data => {}); 87 $s = Test::Nginx::HTTP3->new(8980, psk_list => $psk_list, early_data => {});
89 88
90 TODO: { 89 TODO: {
91 local $TODO = 'no 0-RTT in OpenSSL compat layer' 90 local $TODO = 'no 0-RTT in OpenSSL compat layer'