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
When a http.MaxBytesReader created io.ReadCloser passed into Decoder.Decode function, if the reader reads more bytes than allowed, io.EOF error will be returned instead of expected http.MaxBytesError.