mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:23:58 +03:00
Always use nocheck="yes" for consistency
This commit is contained in:
parent
80ffd3581f
commit
14b6cc4e22
42 changed files with 56 additions and 56 deletions
|
|
@ -37,9 +37,9 @@ which are treated together as a single identifier.
|
|||
</info>
|
||||
|
||||
<reply>
|
||||
<data [nocheck="1"] [sendzero="yes"] [base64="yes"]>
|
||||
<data [nocheck="yes"] [sendzero="yes"] [base64="yes"]>
|
||||
data to be sent to the client on its request and later verified that it arrived
|
||||
safely. Set nocheck="1" to prevent the test script from verifying the arrival
|
||||
safely. Set nocheck="yes" to prevent the test script from verifying the arrival
|
||||
of this data.
|
||||
|
||||
If the data contains 'swsclose' anywhere within the start and end tag, and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue