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
Added calculation of the `Content-Length` header when opting out of streaming with an injected state.
6
+
This ensures responses with an injected state include the correct `Content-Length` header.
7
+
Unmodified responses (like `HEAD` or `304 Not Modified`) continue to work exactly as before, avoiding overwriting the existing `Content-Length` header with an empty size.
0 commit comments