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
The content length header is not set for http/2 requests, as described
in #73.
This fixes that by calling has-body before setting the headers, which has
a side effect of setting the body serializer and the content-length
header.
0 commit comments