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
We're doing weird things where we never technically read, but do copy the body, and absent any obvious failure (none has appeared in the year since this was added) I'm deferring this as a chore til later.
The text was updated successfully, but these errors were encountered:
Attempting to close the body as one normally would causes all sorts of fun: #271 (comment)
We need to untangle something with how the copy/decode after works, as it's apparently currently destroying the body and making it impossible to close.
https://github.com/Kong/go-kong/blame/e7e15d83eeebe60fdeb85ea1be93df17c7cdc3bf/kong/client.go#L241 makes https://github.com/timakin/bodyclose unhappy because we do indeed not close the body. It apparently did not care about this last year.
We're doing weird things where we never technically read, but do copy the body, and absent any obvious failure (none has appeared in the year since this was added) I'm deferring this as a chore til later.
The text was updated successfully, but these errors were encountered: