1
0
mirror of https://github.com/golang/go synced 2024-10-02 00:18:32 -06:00
go/src
Johan Brandhorst fb5279cc45 net/http: fix build errors on js/wasm target
The in-progress WASM port does not yet have sufficient automatic
testing performed against it, so these errors slipped through when
adding the new Fetch API backed http.Roundtripper.

Updates #25506

Change-Id: I84c5832452e3e6067a02d926f67d01aaca66b837
GitHub-Last-Rev: 064062b5fd
GitHub-Pull-Request: golang/go#25714
Reviewed-on: https://go-review.googlesource.com/116076
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-06-04 15:05:52 +00:00
..
archive all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
bufio
builtin
bytes bytes: re-slice buffer to its previous length after call to grow() 2018-05-29 19:46:33 +00:00
cmd cmd/go: fix 'go get' compatibility for direct download of vgo-aware module 2018-06-04 14:18:39 +00:00
compress all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
container container/heap: fix comments style 2018-04-11 20:11:09 +00:00
context context: add benchmarks for context cancellation 2018-05-29 21:57:30 +00:00
crypto all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
database/sql database/sql: add note to Scanner that the database owns values 2018-05-11 20:28:02 +00:00
debug all: regenerate stringer files 2018-05-29 20:35:41 +00:00
encoding all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
errors
expvar
flag
fmt fmt: make %v doc for compound objects consistent 2018-04-17 23:47:44 +00:00
go cmd/compile: include callee args section when checking frame too large 2018-06-02 18:00:44 +00:00
hash all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
html all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
image all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
index/suffixarray index/suffixarray: fix a typo mistake in comments 2018-05-29 12:16:51 +00:00
internal all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
io io: calculate buffer size only when needed 2018-05-06 15:52:31 +00:00
log log/syslog: skip tests that depend on daemon on builders 2018-05-22 18:26:03 +00:00
math all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
mime all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
net net/http: fix build errors on js/wasm target 2018-06-04 15:05:52 +00:00
os all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
path os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
plugin plugin: make stub lookup signature match dlopen version 2018-05-08 17:09:05 +00:00
reflect reflect: reuse values during comparison of maps in DeepEqual 2018-05-31 15:18:53 +00:00
regexp all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
runtime all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
sort all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
strconv all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
strings all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
sync sync: deflake TestWaitGroupMisuse2 2018-05-14 04:42:45 +00:00
syscall all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
testing Revert "testing: only compute b.N once when passed -count > 1" 2018-05-31 14:22:44 +00:00
text text/scanner: return RawString token rather than String for raw string literals 2018-05-08 04:59:41 +00:00
time all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
unicode all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
unsafe
vendor/golang_org/x net/http: vendor x/net/http/httpproxy, use it in net/http 2018-05-29 21:54:57 +00:00
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash src/*.bash: remove some trailing whitespace 2018-05-04 14:47:49 +00:00
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash src/*.bash: remove some trailing whitespace 2018-05-04 14:47:49 +00:00
race.bat
run.bash
run.bat
run.rc