mirror of
https://github.com/curl/curl.git
synced 2026-08-09 03:44:18 +03:00
parent
e91e481612
commit
697b1f911b
8 changed files with 22 additions and 12 deletions
|
|
@ -59,6 +59,7 @@ s/(USERAGENT, \")[^\"]+/${1}stripped/
|
|||
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
|
||||
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
|
||||
$_ = '' if /CURLOPT_HTTP_VERSION/
|
||||
$_ = '' if /CURLOPT_INTERLEAVEDATA/
|
||||
</stripfile>
|
||||
<file name="log/test1402.c" mode="text">
|
||||
/********* Sample code generated by the curl command line tool **********
|
||||
|
|
@ -88,7 +89,6 @@ int main(int argc, char *argv[])
|
|||
them yourself.
|
||||
|
||||
CURLOPT_WRITEDATA set to a objectpointer
|
||||
CURLOPT_INTERLEAVEDATA set to a objectpointer
|
||||
CURLOPT_WRITEFUNCTION set to a functionpointer
|
||||
CURLOPT_READDATA set to a objectpointer
|
||||
CURLOPT_READFUNCTION set to a functionpointer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue