]> Cypherpunks repositories - gostls13.git/commit
net/http: revert "support streaming POST content in wasm"
authorharuyama480 <haruyama480@gmail.com>
Fri, 25 Aug 2023 06:14:35 +0000 (15:14 +0900)
committerJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Mon, 28 Aug 2023 18:26:55 +0000 (18:26 +0000)
commit7b166602fbab7120089b077716c2a6294ced5d32
tree0129efa3afab965ba907a7257d876e878f3182d7
parent19e2e3c291e28d337f155f5f01afa21910431752
net/http: revert "support streaming POST content in wasm"

CL 458395 added support for streaming POST content in Wasm.
Unfortunately, this breaks requests to servers that only support HTTP/1.1.
Revert the change until a suitable fallback or opt-in strategy can be decided.

Fixes #61889

Change-Id: If53a77e1890132063b39abde867d34515d4ac2af
Reviewed-on: https://go-review.googlesource.com/c/go/+/522955
Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Reviewed-by: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
src/net/http/roundtrip_js.go