tests: allow 2500-2503 to use ~2MB malloc

On Linux using UDP_GRO, curl might allocate a (single) 1.5MB buffer for
maximum performance.

Fixes #19716
Closes #19731
This commit is contained in:
Daniel Stenberg 2025-11-27 15:55:47 +01:00
parent c1deea4c58
commit 53775baa1d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 13 additions and 0 deletions

View file

@ -73,5 +73,9 @@ via: 1.1 nghttpx
<stripfile>
s/^server: nghttpx.*\r?\n//
</stripfile>
<limits>
Allocations: 150
Maximum allocated: 1800000
</limits>
</verify>
</testcase>

View file

@ -65,5 +65,8 @@ Via: 3 nghttpx
moo
</protocol>
<limits>
Maximum allocated: 1900000
</limits>
</verify>
</testcase>

View file

@ -101,5 +101,8 @@ Via: 3 nghttpx
<stripfile>
$_ = '' if(($_ !~ /left intact/) && ($_ !~ /Closing connection/))
</stripfile>
<limits>
Maximum allocated: 1800000
</limits>
</verify>
</testcase>

View file

@ -65,5 +65,8 @@ via: 1.1 nghttpx
"via":["1.1 nghttpx"]
}
</stdout>
<limits>
Maximum allocated: 1800000
</limits>
</verify>
</testcase>