Fix the HTTPS build

This commit is contained in:
2025-07-21 22:42:43 +02:00
parent 51d0729aaf
commit 73263da2c9
9 changed files with 137 additions and 101 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ int main(void)
// Perform the request. This will block the thread
// until an error occurs or the request completes.
HTTP_Response *res = http_get(
HTTP_STR("http://coz.is/index.html"),
HTTP_STR("http://example.com/index.html"),
headers, HTTP_COUNT(headers)
);