Skip to content

lib: update mentions of the legacy "sessionhandle" - #22463

Closed
bagder wants to merge 1 commit into
masterfrom
bagder/no-sessionhandle
Closed

lib: update mentions of the legacy "sessionhandle"#22463
bagder wants to merge 1 commit into
masterfrom
bagder/no-sessionhandle

Conversation

@bagder

@bagder bagder commented Aug 2, 2026

Copy link
Copy Markdown
Member

It is now "Curl_easy"

@bagder
bagder marked this pull request as ready for review August 3, 2026 06:38
@bagder
bagder requested a review from Copilot August 3, 2026 06:38

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates internal documentation/comments in libcurl’s core code to replace the legacy term “sessionhandle” with the current internal handle name “Curl_easy”, aligning terminology with today’s codebase.

Changes:

  • Update Curl_close() comment in lib/url.c to refer to Curl_easy instead of “sessionhandle”.
  • Update Curl_open() parameter documentation in lib/url.c to refer to a Curl_easy pointer.
  • Update the splay-tree timeout comment in lib/multi.c to refer to Curl_easy instead of “sessionhandle”.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
lib/url.c Replaces legacy “sessionhandle” wording in cleanup and Curl_open() param comments with “Curl_easy”.
lib/multi.c Updates splay-tree timeout comment terminology from “sessionhandle” to “Curl_easy”.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bagder bagder closed this in 54371bc Aug 3, 2026
@bagder
bagder deleted the bagder/no-sessionhandle branch August 3, 2026 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants