Remove false assert

#212
This commit is contained in:
ruti 2024-10-22 10:03:56 +03:00
parent 193c93a68f
commit 9318e90e4e

View File

@ -313,7 +313,6 @@ static inline void free_first_req(struct eval *client)
client->type = EV_TUNNEL;
client->pair->type = EV_TUNNEL;
assert(client->buff.data);
free(client->buff.data);
memset(&client->buff, 0, sizeof(client->buff));
}