golang/go

net/http: test WebAssembly Fetch implementation of Transport

Open

#26,358 opened on Jul 12, 2018

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsFixTestingarch-wasmhelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

While taking a look at CL https://go-review.googlesource.com/c/go/+/123537 for https://github.com/golang/go/issues/26349, a recommendation was that we should add tests to avoid regressions such as in that issue raised. @bradfitz added a reminder in https://github.com/golang/go/issues/26051#issuecomment-404644951

Contributor guide