mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:33:33 +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
|
|
@ -8,7 +8,7 @@ HTTP GET
|
|||
</info>
|
||||
|
||||
<reply>
|
||||
<data nocheck="1">
|
||||
<data nocheck="yes">
|
||||
HTTP/1.1 200 A OK
|
||||
Server: curl test
|
||||
Content-Type: text/html; charset=iso-8859-1
|
||||
|
|
@ -16,7 +16,7 @@ Content-Length: 3
|
|||
|
||||
ok
|
||||
</data>
|
||||
<data2 nocheck="1">
|
||||
<data2 nocheck="yes">
|
||||
HTTP/1.1 200 A OK
|
||||
Server: curl test
|
||||
Content-Type: text/html; charset=iso-8859-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue