Skip to content

runtime: document missing GODEBUG settings #13611

Closed
@bradfitz

Description

@bradfitz

src/runtime/extern.go needs docs for some missing GODEBUG keys:

/cc @ianlancetaylor

Activity

self-assigned this
on Dec 14, 2015
added this to the Go1.6 milestone on Dec 14, 2015
minux

minux commented on Dec 15, 2015

@minux
Member
bradfitz

bradfitz commented on Dec 16, 2015

@bradfitz
ContributorAuthor

/cc @rsc

rsc

rsc commented on Dec 16, 2015

@rsc
Contributor
bradfitz

bradfitz commented on Dec 16, 2015

@bradfitz
ContributorAuthor

@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

rsc commented on Dec 17, 2015

@rsc
Contributor

Let's not bother with an internal/debug for now. Thanks. I'm afraid this is going to turn into Java's -XX:.

rsc

rsc commented on Jan 7, 2016

@rsc
Contributor

@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

bradfitz commented on Jan 7, 2016

@bradfitz
ContributorAuthor

Will do.

gopherbot

gopherbot commented on Jan 7, 2016

@gopherbot
Contributor

CL https://golang.org/cl/18346 mentions this issue.

gopherbot

gopherbot commented on Jan 8, 2016

@gopherbot
Contributor

CL https://golang.org/cl/18373 mentions this issue.

locked and limited conversation to collaborators on Jan 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bradfitz@rsc@minux@gopherbot

        Issue actions

          runtime: document missing GODEBUG settings · Issue #13611 · golang/go