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
ee400f95
Commit
ee400f95
authored
20 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
reuse handles in PHP/CURL works - Kirk Hedden told us
parent
9ac7629e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/FAQ
+5
-5
5 additions, 5 deletions
docs/FAQ
with
5 additions
and
5 deletions
docs/FAQ
+
5
−
5
View file @
ee400f95
...
...
@@ -889,9 +889,9 @@ FAQ
7.3 Can I perform multiple requests using the same handle?
With libcurl you can. With PHP/CURL you cannot. This is a limitation in the
PHP/CURL code. Therefore, you need to clos
e eac
h handle after each request
and create a new one for the following one
.
Yes - at least in PHP version 4.3.8 and later (this has been known to not
work in earlier versions, but th
e e
x
ac
t version when it started to work is
unknown to me)
.
I've heard rumours that this situation has been fixed in PHP5, but that is
unconfirmed
.
After a transfer, you just set new options in the handle and make another
transfer. This will make libcurl to re-use the same connection if it can
.
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