tidwall/evio

Query

fengss opened this issue · 1 comments

req.query = req.path[q+1 : i]

I found this code to be able to query the path

2019/01/22 15:25:40 req path:/
2019/01/22 15:25:40 req query:file=1.txt

req.Path = sdata[s:s+q]
req.Query = sdata[s+q+1:i]

Hi, is this a bug?