Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ServerName (0.08 sec)

  1. src/net/http/h2_bundle.go

    			return
    		}
    
    		if sc.tlsState.ServerName == "" {
    			// Client must use SNI, but we don't enforce that anymore,
    			// since it was causing problems when connecting to bare IP
    			// addresses during development.
    			//
    			// TODO: optionally enforce? Or enforce at the time we receive
    			// a new request, and verify the ServerName matches the :authority?
    			// But that precludes proxy situations, perhaps.
    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