Closed
Description
src/runtime/extern.go
needs docs for some missing GODEBUG
keys:
h2debug
(from https://go-review.googlesource.com/#/c/17754/1/http2/http2.go@29)h2client=0
(from net/http) and upcoming(?)h2server=0
?netdns
(documented elsewhere, but not in runtime/extern.go)
/cc @ianlancetaylor
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
minux commentedon Dec 15, 2015
bradfitz commentedon Dec 16, 2015
/cc @rsc
rsc commentedon Dec 16, 2015
bradfitz commentedon Dec 16, 2015
@rsc, any opinions on something like an
internal/debug
package as @minux mentioned? The repetitive parsing is annoying and inconsistent. But maybe you don't want to encourage usage.rsc commentedon Dec 17, 2015
Let's not bother with an internal/debug for now. Thanks. I'm afraid this is going to turn into Java's -XX:.
rsc commentedon Jan 7, 2016
@bradfitz, can you please make the http2 support use http2 instead of h2 in the GODEBUG keys and document them in the net/http package doc?
I'll put a pointer to both net and net/http from the runtime discussion of GODEBUG.
bradfitz commentedon Jan 7, 2016
Will do.
gopherbot commentedon Jan 7, 2016
CL https://golang.org/cl/18346 mentions this issue.
runtime: add pointer to net and net/http for more GODEBUG settings
http2: clean up debugging, rename GODEBUG key
gopherbot commentedon Jan 8, 2016
CL https://golang.org/cl/18373 mentions this issue.