mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
removed the CURLOPT_PROGRESSMODE option
This commit is contained in:
parent
b88136fc4c
commit
d6b3b05e2e
@ -2,7 +2,7 @@
|
|||||||
.\" nroff -man [file]
|
.\" nroff -man [file]
|
||||||
.\" Written by Daniel.Stenberg@haxx.nu
|
.\" Written by Daniel.Stenberg@haxx.nu
|
||||||
.\"
|
.\"
|
||||||
.TH curl_easy_setopt 3 "22 May 2000" "Curl 7.0" "libcurl Manual"
|
.TH curl_easy_setopt 3 "16 June 2000" "Curl 7.0" "libcurl Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
curl_easy_setopt - Set curl easy-session options
|
curl_easy_setopt - Set curl easy-session options
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -296,10 +296,6 @@ your server supports the command first.
|
|||||||
Pass a FILE * as parameter. This is the stream to use instead of stderr
|
Pass a FILE * as parameter. This is the stream to use instead of stderr
|
||||||
internally when reporting errors.
|
internally when reporting errors.
|
||||||
.TP
|
.TP
|
||||||
.B CURLOPT_PROGRESSMODE
|
|
||||||
This is currently unsupported, and is likely to be removed in future
|
|
||||||
versions. TBD
|
|
||||||
.TP
|
|
||||||
.B CURLOPT_WRITEINFO
|
.B CURLOPT_WRITEINFO
|
||||||
Pass a pointer to a zero terminated string as parameter. It will be used to
|
Pass a pointer to a zero terminated string as parameter. It will be used to
|
||||||
report information after a successful request. This string may contain
|
report information after a successful request. This string may contain
|
||||||
|
Loading…
Reference in New Issue
Block a user