Skip to content

Commit cdfef2a

Browse files
committed
Tests: saved input buffer after processing QUIC long packets.
Notably, this unbreaks tests with coalesced short packets, apparently when nginx responds to requests sent within early data.
1 parent f8473e8 commit cdfef2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Test/Nginx/HTTP3.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ sub handshake {
208208
}
209209

210210
$self->read_tls_message(\$buf, \&parse_tls_finished);
211+
$self->{buf} = $buf;
211212

212213
# tls13_advance_key_schedule(application)
213214

0 commit comments

Comments
 (0)