Skip to content

move authneg bit - #12949

Closed
icing wants to merge 2 commits into
curl:masterfrom
icing:move-authneg
Closed

move authneg bit#12949
icing wants to merge 2 commits into
curl:masterfrom
icing:move-authneg

Conversation

@icing

@icing icing commented Feb 16, 2024

Copy link
Copy Markdown
Contributor
  • from conn->bits.authneg to data->req.authneg
  • AFAICT, this is a property of the request about to be made and not a property of the connection
  • in multiuse connections, transfer could step on each others toes here potentially.

- from `conn->bits.authneg` to `data->req.authneg`
- AFAICT, this is a property of the request about to be made
  and not a property of the connection
- in multiuse connections, transfer could step on each others
  toes here potentially.
@icing
icing marked this pull request as ready for review February 16, 2024 11:17
@jay

jay commented Feb 16, 2024

Copy link
Copy Markdown
Member

hm. I feel like there was probably a good reason authneg was put on the connection level... maybe because of authentications that are connection level and not request level like NTLM and that is why?

@icing

icing commented Feb 17, 2024

Copy link
Copy Markdown
Contributor Author

AFAICT, it was only used to make the special tweaks for an empty PUT/POST when auth negotiation was still ongoing.

@jay

jay commented Feb 18, 2024

Copy link
Copy Markdown
Member

@iboukris

@bagder bagder left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is a correct change.

@bagder bagder closed this in 2254551 Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants