headers api: remove EXPERIMENTAL tag

Closes #8900
This commit is contained in:
Daniel Stenberg 2022-05-30 14:13:48 +02:00
parent 739275a1d9
commit 4d94fac9f0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
9 changed files with 19 additions and 23 deletions

View file

@ -70,7 +70,7 @@ static const char *disabled[]={
#ifndef ENABLE_WAKEUP
"wakeup",
#endif
#ifndef USE_HEADERS_API
#ifdef CURL_DISABLE_HEADERS_API
"headers-api",
#endif
NULL