Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for remoteaddr (0.16 sec)

  1. src/net/http/h2_bundle.go

    				case http2settingsTimerMsg:
    					sc.logf("timeout waiting for SETTINGS frames from %v", sc.conn.RemoteAddr())
    					return
    				case http2idleTimerMsg:
    					sc.vlogf("connection is idle")
    					sc.goAway(http2ErrCodeNo)
    				case http2shutdownTimerMsg:
    					sc.vlogf("GOAWAY close timer fired; closing conn from %v", sc.conn.RemoteAddr())
    					return
    				case http2gracefulShutdownMsg:
    					sc.startGracefulShutdownInternal()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"array"},
    							Items: &spec.SchemaOrArray{
    								Schema: &spec.Schema{
    									SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
Back to top