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
9efddfed
Commit
9efddfed
authored
21 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
removed some "jhrg" from comments
parent
4b11e19f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/transfer.c
+3
-4
3 additions, 4 deletions
lib/transfer.c
with
3 additions
and
4 deletions
lib/transfer.c
+
3
−
4
View file @
9efddfed
...
...
@@ -87,8 +87,7 @@
#include
<curl/types.h>
#include
"netrc.h"
#include
"content_encoding.h"
/* content encoding support. 08/27/02 jhrg */
#include
"content_encoding.h"
#include
"hostip.h"
#include
"transfer.h"
#include
"sendf.h"
...
...
@@ -718,7 +717,7 @@ CURLcode Curl_readwrite(struct connectdata *conn,
*
start
&&
isspace
((
int
)
*
start
);
start
++
);
/* Record the content-encoding for later use
. 08/27/02 jhrg
*/
/* Record the content-encoding for later use */
if
(
checkprefix
(
"identity"
,
start
))
k
->
content_encoding
=
IDENTITY
;
else
if
(
checkprefix
(
"deflate"
,
start
))
...
...
@@ -1272,7 +1271,7 @@ CURLcode Curl_readwrite_init(struct connectdata *conn)
struct
Curl_transfer_keeper
*
k
=
&
conn
->
keep
;
/* NB: the content encoding software depends on this initialization of
Curl_transfer_keeper.
08/28/02 jhrg
*/
Curl_transfer_keeper. */
memset
(
k
,
0
,
sizeof
(
struct
Curl_transfer_keeper
));
k
->
start
=
Curl_tvnow
();
/* start time */
...
...
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