mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
Up from 1K.
Reduces the risk that someone could flush the list by tricking a user to
do many transfers to new hostnames.
Document the limit.
Follow-up to 03a792b186
Closes #21200
39 lines
502 B
XML
39 lines
502 B
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
HSTS
|
|
</keywords>
|
|
</info>
|
|
|
|
<client>
|
|
<features>
|
|
unittest
|
|
HSTS
|
|
</features>
|
|
|
|
# This date is exactly "20190124 22:34:21" UTC
|
|
<setenv>
|
|
CURL_TIME=1548369261
|
|
</setenv>
|
|
<name>
|
|
HSTS load more than 10k entries from file
|
|
</name>
|
|
|
|
# test 1674 renders the input file itself, then reads it
|
|
<command>
|
|
%LOGDIR/hsts%TESTNUMBER
|
|
</command>
|
|
</client>
|
|
|
|
<verify>
|
|
<stdout>
|
|
OK
|
|
</stdout>
|
|
<limits>
|
|
Allocations: 11000
|
|
</limits>
|
|
</verify>
|
|
</testcase>
|