Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
b097c2cf
Commit
b097c2cf
authored
22 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
clarified
parent
a39cdc80
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/libcurl/curl_easy_setopt.3
+1
-1
1 addition, 1 deletion
docs/libcurl/curl_easy_setopt.3
docs/libcurl/curl_multi_perform.3
+6
-0
6 additions, 0 deletions
docs/libcurl/curl_multi_perform.3
docs/libcurl/libcurl-multi.3
+3
-3
3 additions, 3 deletions
docs/libcurl/libcurl-multi.3
with
10 additions
and
4 deletions
docs/libcurl/curl_easy_setopt.3
+
1
−
1
View file @
b097c2cf
.\" nroff -man [file]
.\" $Id$
.\"
.TH curl_easy_setopt 3 "
1
3
Nov
2002" "libcurl 7.10" "libcurl Manual"
.TH curl_easy_setopt 3 "3
Dec
2002" "libcurl 7.10
.3
" "libcurl Manual"
.SH NAME
curl_easy_setopt - set options for a curl easy handle
.SH SYNOPSIS
...
...
This diff is collapsed.
Click to expand it.
docs/libcurl/curl_multi_perform.3
+
6
−
0
View file @
b097c2cf
...
...
@@ -19,6 +19,12 @@ integer-pointer.
.SH "RETURN VALUE"
CURLMcode type, general libcurl multi interface error code.
If you receive \fICURLM_CALL_MULTI_PERFORM\fP, this basicly means that you
should call \fIcurl_multi_perform\fP again, before you select() on more
actions. You don't have to do it immediately, but the return code means that
libcurl may have more data available to return or that there may be more data
to send off before it is "satisfied".
NOTE that this only returns errors etc regarding the whole multi stack. There
might still have occurred problems on invidual transfers even when this
function returns OK.
...
...
This diff is collapsed.
Click to expand it.
docs/libcurl/libcurl-multi.3
+
3
−
3
View file @
b097c2cf
...
...
@@ -72,9 +72,9 @@ timeout every now and then, should you want that.
A little note here about the return codes from the multi functions, and
especially the \fIcurl_multi_perform\fP: if you receive
\fICURLM_CALL_MULTI_PERFORM\fP, this basicly means that you should call
\fIcurl
m_call
_multi_perform\fP again, before you select() on more actions. You
don't
have to do it immediately, but the return code means that libcurl may
have
more data available to return or that there may be more data to send off
\fIcurl_multi_perform\fP again, before you select() on more actions. You
don't
have to do it immediately, but the return code means that libcurl may
have
more data available to return or that there may be more data to send off
before it is "satisfied".
\fIcurl_multi_perform\fP stores the number of still running transfers in one
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment