fix use-after-realloc issue with the request url
[project/uhttpd.git] / uhttpd.h
index b2404f400efa5b238da4fd35e3d47dfffcc2b167..5ec0f00a9c43572588a934b2d2857253f430819a 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;
 };