Fix compiler warnings regarding const modifiers

This commit is contained in:
2026-06-09 13:49:05 +02:00
parent 9ea40b4793
commit 78ee3dc755
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ void local_handler_func(client_ctx_t *ctx) {
static int range_handler(client_ctx_t *ctx) {
char buf[64];
long num0, num1, num2;
char *ptr;
const char *ptr;
int mode;
const char *range = http_get_header_field(&ctx->req.hdr, "Range");