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
http2: Transport: cannot retry err [http2: Transport received Server's graceful shutdown GOAWAY] after Request.Body was written; define Request.GetBody to avoid this error
Solved by setting request.GetBody(), axiom-go would need to provide an additional ingest api, something like
Solved by setting
request.GetBody()
, axiom-go would need to provide an additional ingest api, something likeso that the go http client can retry correctly
The text was updated successfully, but these errors were encountered: