Skip to content

Commit

Permalink
Update submodule to latest master (84883091): net/http: perform strea…
Browse files Browse the repository at this point in the history
…ming body feature detection once per process
  • Loading branch information
microsoft-golang-bot committed Jul 28, 2023
1 parent 8329e2a commit 7d62493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go
Submodule go updated 47 files
+0 −2 api/go1.21.txt
+1 −0 api/next/59599.txt
+6 −2 src/buildall.bash
+2 −2 src/cmd/asm/internal/asm/asm.go
+2 −2 src/cmd/asm/internal/asm/parse.go
+88 −88 src/cmd/asm/internal/asm/testdata/arm64error.s
+1 −1 src/cmd/cgo/internal/test/issue8756.go
+1 −1 src/cmd/cgo/internal/test/issue8756/issue8756.go
+1 −1 src/cmd/cgo/internal/test/test.go
+3 −14 src/cmd/compile/README.md
+9 −0 src/cmd/compile/internal/amd64/ssa.go
+19 −24 src/cmd/compile/internal/liveness/plive.go
+1 −1 src/cmd/compile/internal/reflectdata/reflect.go
+21 −10 src/cmd/compile/internal/ssa/_gen/AMD64Ops.go
+5 −0 src/cmd/compile/internal/ssa/_gen/generic.rules
+11 −0 src/cmd/compile/internal/ssa/addressingmodes.go
+160 −0 src/cmd/compile/internal/ssa/opGen.go
+47 −0 src/cmd/compile/internal/ssa/rewritegeneric.go
+0 −5 src/cmd/compile/internal/ssa/schedule.go
+16 −3 src/cmd/dist/test.go
+18 −2 src/cmd/distpack/archive.go
+1 −3 src/cmd/go/internal/list/list.go
+1 −3 src/cmd/go/internal/load/pkg.go
+2 −2 src/cmd/go/internal/work/exec.go
+1 −3 src/cmd/gofmt/rewrite.go
+15 −15 src/cmd/internal/obj/arm64/a.out.go
+1 −0 src/cmd/internal/obj/arm64/anames7.go
+552 −552 src/cmd/internal/obj/arm64/asm7.go
+3 −3 src/cmd/link/internal/ld/macho.go
+1 −1 src/encoding/gob/decode.go
+1 −3 src/internal/intern/intern_test.go
+0 −28 src/maps/maps.go
+0 −100 src/maps/maps_test.go
+5 −4 src/math/tan_s390x.s
+10 −3 src/net/dial_test.go
+1 −4 src/net/http/httputil/reverseproxy.go
+3 −2 src/net/http/roundtrip_js.go
+2 −0 src/reflect/type.go
+0 −9 src/runtime/fds_unix.go
+2 −6 src/runtime/map_benchmark_test.go
+4 −0 src/runtime/os3_solaris.go
+4 −0 src/runtime/os_aix.go
+1 −3 src/testing/benchmark.go
+1 −3 src/testing/match.go
+55 −0 test/codegen/issue61356.go
+7 −0 test/codegen/memops.go
+10 −0 test/codegen/strings.go

0 comments on commit 7d62493

Please sign in to comment.