http-parser.c

Small C library to parse HTTP requests
Log | Files | Refs | README | LICENSE

commit 00425ff0c4469cf632626ffca0b51671081a4aa5
parent 1efc18c02d811182be73693369a39eb3f32ce47e
Author: finwo <finwo@pm.me>
Date:   Tue, 24 Oct 2023 20:44:26 +0200

Removed unused variable

Diffstat:
Msrc/http-parser.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/http-parser.c b/src/http-parser.c @@ -647,7 +647,6 @@ void http_parser_response_data(struct http_parser_message *response, const struc const char *aContentLength; const char *aChunkSize; int res; - int x; // Add event data to buffer if (!response->body) response->body = calloc(1, sizeof(struct buf));