Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #256625

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Thu 29 Jan 2026 03:42:09
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision f95c79a98827e7aa565ce748a7dee3e2752547cd

Comments

send: drop `CURL_UNCONST()` from buffer argument on most platforms
Keep it on platforms requiring a non-const buffer. These are AmigaOS and
OS400.

Also:
- replace `SEND_QUAL_ARG2` with boolean macro `SEND_NONCONST_ARG2`.

Closes #20463

Changed files