Closed
Description
http.Response.ContentLength should be -1 on a chunked streaming response body without a Content-Length header.
But with js/wasm, it's currently set to 0:
https://github.com/golang/go/blob/master/src/net/http/roundtrip_js.go#L133-L143