fix use-after-realloc issue with the request url
[project/uhttpd.git] / uhttpd.h
index b2404f4..5ec0f00 100644 (file)
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -82,7 +82,6 @@ struct http_request {
        int content_length;
        bool expect_cont;
        uint8_t transfer_chunked;
-       const char *url;
        const struct auth_realm *realm;
 };