YanHeDoki
Results
3
comments of
YanHeDoki
你再拉一下新的代码看看request对象池化后还会有这个问题吗
执行 r.index++ 是为了执行切片中的下一个函数,路由开始执行就调用 RouterSlicesNext() 从0开始,但执行到中间的函数,例如第二个函数的调用 RouterSlicesNext() 是期望执行第三个函数,需要去 r.index++,也就导致了赋值需要为 -1
> Sorry for no feedback on this yet! I'll probably not take a close look until after the final 0.8.0 release, but I will let it sit in my GitHub...