Closed lemonlinger closed 11 months ago
My guess is that your asynchronous use of fasthttp's ctx or request is causing the problem. @lemonlinger
My guess is that your asynchronous use of fasthttp's ctx or request is causing the problem. @lemonlinger
In my own code, I didn't use fasthttp context in an asynchronous way. But I did enable StreamRequestBody of fasthttp server. Is that probably related ?
My guess is that your asynchronous use of fasthttp's ctx or request is causing the problem. @lemonlinger
In my own code, I didn't use fasthttp context in an asynchronous way. But I did enable StreamRequestBody of fasthttp server. Is that probably related ?
Not sure, but you can try upgrading to the latest fasthttp to try it out.
Please try the latest version of fasthttp. If it still happens can you share the code of your handler so we can see what is happening there?
Will do. Thanks
The calling stack is below
But I can't reproduce this panic and got nothing about the request.
I use go1.17 and fasthttp@v1.38.0.
Any advice? Thanks.