Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for UseBaseContext (0.24 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/server-main.go

    			UseIdleTimeout(globalServerCtxt.IdleTimeout).
    			UseReadTimeout(globalServerCtxt.IdleTimeout).
    			UseWriteTimeout(globalServerCtxt.IdleTimeout).
    			UseReadHeaderTimeout(globalServerCtxt.ReadHeaderTimeout).
    			UseBaseContext(GlobalContext).
    			UseCustomLogger(log.New(io.Discard, "", 0)). // Turn-off random logging by Go stdlib
    			UseTCPOptions(globalTCPOptions)
    
    		httpServer.TCPOptions.Trace = bootstrapTraceMsg
    		go func() {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue May 27 15:18:36 GMT 2025
    - 35.9K bytes
    - Click Count (4)
Back to Top