Small fixes
A selection of 80 fixes from 174 pull requests.
25.A missing content length
Converting a Web Response to a stream erased its valid Content-Length. Carry the parsed length into the stream’s metadata.
112contentType ?? undefinedcontentType ?? undefined,bodyInternal.parseContentLength(response.headers.get("content-length"))