MarcoChen97
Results
1
comments of
MarcoChen97
this change can fix the following test case by the luajit 2.0.5 ```lua self.request.headers.http_parser_url = nil print("[Debug] url field:", self.request.headers:get_url_field(turbo.httputil.UF.PATH)) collectgarbage("collect") print("[Debug] url field:", self.request.headers:get_url_field(turbo.httputil.UF.PATH)) ``` before adding this change,...