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
This was very confusing and I had to spend time debugging this.
I would like to change this, but before this is changed there would need to do be review of the callers of SetJSONBody() to make sure SetCompressed(true) would need to be enabled where appropriate.
At the very least, the API should be documented to warn users about this.
The text was updated successfully, but these errors were encountered:
This code doesn't work as expected:
because
SetJSONBody()
ends up reverting the compression setting:This was very confusing and I had to spend time debugging this.
I would like to change this, but before this is changed there would need to do be review of the callers of
SetJSONBody()
to make sureSetCompressed(true)
would need to be enabled where appropriate.At the very least, the API should be documented to warn users about this.
The text was updated successfully, but these errors were encountered: