Skip to content

vendor : update cpp-httplib to 0.41.0#21405

Closed
cabelo wants to merge 1 commit intoggml-org:masterfrom
cabelo:cpp-httplib-041
Closed

vendor : update cpp-httplib to 0.41.0#21405
cabelo wants to merge 1 commit intoggml-org:masterfrom
cabelo:cpp-httplib-041

Conversation

@cabelo
Copy link
Copy Markdown
Contributor

@cabelo cabelo commented Apr 4, 2026

Overview

Additional information

Requirements

What's Changed

  • Replace httplib::any / std::map<std::string, httplib::any> based res.user_data with a
    new type-safe UserData class that provides set() / get() API
  • Add parse_url utility function with UrlComponents struct for parsing URLs into
    scheme, host, port, path, and query components
  • [cmake] Allow using pre-existing zstd::libzstd target if it already exists, useful for
    projects that bundle their own zstd
  • Add header parser and URL parser fuzzers for OSS-Fuzz coverage improvement

@cabelo cabelo requested a review from ggerganov as a code owner April 4, 2026 02:03
@github-actions github-actions bot added script Script related python python script changes labels Apr 4, 2026
@crueter
Copy link
Copy Markdown

crueter commented Apr 4, 2026

I recommend removing pings from release note copies...

@cabelo cabelo changed the title vendor : update cpp-httplib to 0.40.1 vendor : update cpp-httplib to 0.41.0 Apr 4, 2026
@cabelo
Copy link
Copy Markdown
Contributor Author

cabelo commented Apr 4, 2026

I recommend removing pings from release note copies...

Sorry @crueter , done!

Thanks

@cabelo
Copy link
Copy Markdown
Contributor Author

cabelo commented Apr 4, 2026

@crueter Did I do it right? Thank you.

@crueter
Copy link
Copy Markdown

crueter commented Apr 4, 2026

Yep. Just keep in mind for the future :)

@cabelo
Copy link
Copy Markdown
Contributor Author

cabelo commented Apr 6, 2026

Yep. Just keep in mind for the future :)

Ok

@cabelo cabelo closed this Apr 16, 2026
@cabelo
Copy link
Copy Markdown
Contributor Author

cabelo commented Apr 16, 2026

New PR #21781

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python python script changes script Script related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants