Skip to content

reuse_conn: don't copy flags that are known to be equal#1918

Closed
mkauf wants to merge 1 commit into
curl:masterfrom
mkauf:reuse_conn_optimize
Closed

reuse_conn: don't copy flags that are known to be equal#1918
mkauf wants to merge 1 commit into
curl:masterfrom
mkauf:reuse_conn_optimize

Conversation

@mkauf
Copy link
Copy Markdown
Contributor

@mkauf mkauf commented Sep 24, 2017

A connection can only be reused if the flags "conn_to_host" and
"conn_to_port" match. Therefore it is not necessary to copy these flags
in reuse_conn().

A connection can only be reused if the flags "conn_to_host" and
"conn_to_port" match. Therefore it is not necessary to copy these flags
in reuse_conn().
@mkauf mkauf closed this in 284d06d Sep 28, 2017
@mkauf mkauf deleted the reuse_conn_optimize branch September 28, 2017 19:24
@lock lock Bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Development

Successfully merging this pull request may close these issues.

2 participants