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
*http.Request has unsupported type fields like GetBody func() (io.ReadCloser, error), but the passed obj is nil, thus std think it is a nil pointer and encode it as nothing, while sonic report error when compiling the ptr type
reason
*http.Request
has unsupported type fields likeGetBody func() (io.ReadCloser, error)
, but the passed obj is nil, thusstd
think it is a nil pointer and encode it as nothing, while sonic report error when compiling the ptr typecodes
result
The text was updated successfully, but these errors were encountered: