Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for http2VerboseLogs (0.11 sec)

  1. src/net/http/h2_bundle.go

    	}
    	return CanonicalHeaderKey(v)
    }
    
    var (
    	http2VerboseLogs    bool
    	http2logFrameWrites bool
    	http2logFrameReads  bool
    	http2inTests        bool
    )
    
    func init() {
    	e := os.Getenv("GODEBUG")
    	if strings.Contains(e, "http2debug=1") {
    		http2VerboseLogs = true
    	}
    	if strings.Contains(e, "http2debug=2") {
    		http2VerboseLogs = true
    		http2logFrameWrites = true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top