TSG-12671 lua脚本在删除host时,导致日志http.host字段乱码

This commit is contained in:
fengweihao
2022-12-02 10:29:42 +08:00
parent 6481bce4b4
commit 2ee2307265
2 changed files with 9 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ struct http_half_private
short minor;
/* URI */
char * host;
struct evbuffer * evbuf_uri;
char * url_storage;