Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | small fix in curl.sls |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2d1481d9d810d7fc82d683e3104fd1d9 |
User & Date: | aldo 2017-09-11 21:22:27 |
Context
2017-11-12
| ||
20:41 | added sqlite3-trace check-in: 04c36a824f user: aldo tags: trunk | |
2017-09-11
| ||
21:22 | small fix in curl.sls check-in: 2d1481d9d8 user: aldo tags: trunk | |
21:20 | fixed some include/resolve check-in: 87b69065d8 user: aldo tags: trunk | |
Changes
Changes to curl.sls.
283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 |
CURLE_CHUNK_FAILED ; /* 88 - chunk callback reported error */
CURLE_NO_CONNECTION_AVAILABLE ;/* 89 - No connection available, the
; session will be queued */
CURLE_SSL_PINNEDPUBKEYNOTMATCH ; /* 90 - specified pinned public key did not
; match */
CURLE_SSL_INVALIDCERTSTATUS ; /* 91 - invalid certificate status */
CURLE_HTTP2_STREAM ; /* 92 - stream error in HTTP/2 framing layer
*/
CURL_LAST))
;/* never use! */))
(define LONG 0)
(define OBJECTPOINT 10000)
(define STRINGPOINT 10000)
(define FUNCTIONPOINT 20000)
|
< |
283 284 285 286 287 288 289 290 291 292 293 294 295 296 |
CURLE_CHUNK_FAILED ; /* 88 - chunk callback reported error */ CURLE_NO_CONNECTION_AVAILABLE ;/* 89 - No connection available, the ; session will be queued */ CURLE_SSL_PINNEDPUBKEYNOTMATCH ; /* 90 - specified pinned public key did not ; match */ CURLE_SSL_INVALIDCERTSTATUS ; /* 91 - invalid certificate status */ CURLE_HTTP2_STREAM ; /* 92 - stream error in HTTP/2 framing layer CURL_LAST)) ;/* never use! */)) (define LONG 0) (define OBJECTPOINT 10000) (define STRINGPOINT 10000) (define FUNCTIONPOINT 20000) |