projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b4ad40
)
Added CURLOPT_BUFFERSIZE
author
Daniel Stenberg
<daniel@haxx.se>
Sat, 15 Jun 2002 21:06:17 +0000
(21:06 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Sat, 15 Jun 2002 21:06:17 +0000
(21:06 +0000)
include/curl/curl.h
patch
|
blob
|
history
diff --git
a/include/curl/curl.h
b/include/curl/curl.h
index c616466dc0864ae268c024438e493a454990034e..efbeefbcebd3e9cc9f3d915e4b16738180067b04 100644
(file)
--- a/
include/curl/curl.h
+++ b/
include/curl/curl.h
@@
-558,6
+558,9
@@
typedef enum {
/* The CApath directory used to validate the peer certificate
this option is used only if SSL_VERIFYPEER is true */
CINIT(CAPATH, OBJECTPOINT, 97),
+
+ /* Instruct libcurl to use a smaller receive buffer */
+ CINIT(BUFFERSIZE, LONG, 98),
CURLOPT_LASTENTRY /* the last unusued */
} CURLoption;