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
3ef3f2b6
Commit
3ef3f2b6
authored
20 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
test case 160 "should work" now
parent
1401d909
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES
+12
-0
12 additions, 0 deletions
CHANGES
TODO-RELEASE
+1
-14
1 addition, 14 deletions
TODO-RELEASE
with
13 additions
and
14 deletions
CHANGES
+
12
−
0
View file @
3ef3f2b6
...
@@ -6,6 +6,18 @@
...
@@ -6,6 +6,18 @@
Changelog
Changelog
Daniel (21 April 2004)
- Modified the heuristics for dealing with the test 160 scenario. When a
connection is re-used and nothing at all is received from it (because the
server closes the connection), we will now retry the request on a fresh new
connection. The previous ECONNRESET stuff from January 30 was removed again
as it didn't detect the situation good enough.
Daniel (20 April 2004)
- Added test case 160 to verify that curl works correctly when it gets a
connection reset when trying to re-use a connection. It should then simply
create a new connection and resend the request.
Daniel (19 April 2004)
Daniel (19 April 2004)
- No more 512 byte limit for host name (inclusing name + password) in libcurl.
- No more 512 byte limit for host name (inclusing name + password) in libcurl.
An added bonus is that we use less memory for the typical (shorter URL)
An added bonus is that we use less memory for the typical (shorter URL)
...
...
This diff is collapsed.
Click to expand it.
TODO-RELEASE
+
1
−
14
View file @
3ef3f2b6
...
@@ -3,22 +3,9 @@ Issues not sorted in any particular order.
...
@@ -3,22 +3,9 @@ Issues not sorted in any particular order.
UNASSIGNED means that no person has publicly stated to work on the issue.
UNASSIGNED means that no person has publicly stated to work on the issue.
DELETE means the issue is subject for dismissal
DELETE means the issue is subject for dismissal
To get fixed in 7.11.2 (planned release late April
/early May
2004)
To get fixed in 7.11.2 (planned release late April 2004)
======================
======================
36. autobuild test failures on Tru64/IRIX (test case 88 for example)
The problem is once again (this is the same scenario we had before in the
notorious test case 91 failure bug hunt) that when doing a second request,
the client hasn't yet found out that the previous connection is on its way
to get closed. It then re-uses the connection only to find it closed right
away.
We have code starting at lib/transfer.c:1949 that is supposed to detect
this situation and enforce a retry. This retry never happens on these
failures, indicating that the check is bad or that some code has ruined the
values used in the check.
To get fixed in 7.12.0 (no date)
To get fixed in 7.12.0 (no date)
======================
======================
...
...
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