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
Struct limitedReader has field context of type echo.Context, which gets associated with a request via its Reset method. Why do we need the context field at all? It doesn't look like limitedReader actually uses the context at all. Is there some GC related issue?