You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error happens every time i try to redirect the browser without reading the request body.
Simply calling _ = ctx.Request.DataAsString; before the .Send() fixes it. Task.Delay(100) didn't fix it on the other hand, so i assume the bug is somewhere in WebserverLite.
Use-case is rate limits without much processing.
This error happens every time i try to redirect the browser without reading the request body.
Simply calling
_ = ctx.Request.DataAsString;
before the.Send()
fixes it.Task.Delay(100)
didn't fix it on the other hand, so i assume the bug is somewhere in WebserverLite.Use-case is rate limits without much processing.
Test code:
The text was updated successfully, but these errors were encountered: