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 gzip compression is enabled and compressed, empty responses are returned, ConnectInterceptors response parsing fails due to GzipCompressionPool.decompress not being able to handle empty Buffers.
It's unclear to me if this is actually a valid response message state that connect-kotlin should handle, or if this is just a symptom of our QA environment being in a weird state serving back invalid responses.
Feel free to close if this is invalid
The text was updated successfully, but these errors were encountered:
When gzip compression is enabled and compressed, empty responses are returned,
ConnectInterceptor
s response parsing fails due toGzipCompressionPool.decompress
not being able to handle empty Buffers.It's unclear to me if this is actually a valid response message state that connect-kotlin should handle, or if this is just a symptom of our QA environment being in a weird state serving back invalid responses.
Feel free to close if this is invalid
The text was updated successfully, but these errors were encountered: