mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
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:
parent
c1deea4c58
commit
53775baa1d
4 changed files with 13 additions and 0 deletions
|
|
@ -73,5 +73,9 @@ via: 1.1 nghttpx
|
|||
<stripfile>
|
||||
s/^server: nghttpx.*\r?\n//
|
||||
</stripfile>
|
||||
<limits>
|
||||
Allocations: 150
|
||||
Maximum allocated: 1800000
|
||||
</limits>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
|
|
@ -65,5 +65,8 @@ Via: 3 nghttpx
|
|||
|
||||
moo
|
||||
</protocol>
|
||||
<limits>
|
||||
Maximum allocated: 1900000
|
||||
</limits>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
|
|
@ -101,5 +101,8 @@ Via: 3 nghttpx
|
|||
<stripfile>
|
||||
$_ = '' if(($_ !~ /left intact/) && ($_ !~ /Closing connection/))
|
||||
</stripfile>
|
||||
<limits>
|
||||
Maximum allocated: 1800000
|
||||
</limits>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
|
|
@ -65,5 +65,8 @@ via: 1.1 nghttpx
|
|||
"via":["1.1 nghttpx"]
|
||||
}
|
||||
</stdout>
|
||||
<limits>
|
||||
Maximum allocated: 1800000
|
||||
</limits>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue