Commit bbe46aa9 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland Committed by Dridi Boukelmoune

Add test case for large req body buffer use

parent 91d0de28
varnishtest "H/2 stream multiple buffer exhaustion"
server s1 {
rxreq
txresp
} -start
varnish v1 -vcl+backend {
} -start
varnish v1 -cliok "param.set feature +http2"
varnish v1 -cliok "param.reset h2_initial_window_size"
varnish v1 -cliok "param.reset h2_rx_window_low_water"
client c1 {
stream 1 {
txreq -req GET -url /1 -hdr "content-length" "131072" -nostrend
txdata -datalen 16384 -nostrend
rxwinup
txdata -datalen 16384 -nostrend
rxwinup
txdata -datalen 16384 -nostrend
rxwinup
txdata -datalen 16384 -nostrend
rxwinup
txdata -datalen 16384 -nostrend
rxwinup
txdata -datalen 16384 -nostrend
rxwinup
txdata -datalen 16384 -nostrend
rxwinup
txdata -datalen 16384
rxresp
expect resp.status == 200
} -start
} -run
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment