Lines Matching refs:conf
3004 // The configuration conf may be nil.3007 func http2ConfigureServer(s *Server, conf *http2Server) error {3011 if conf == nil {3012 conf = new(http2Server)3014 if err := http2configureServer18(s, conf); err != nil {3062 conf.ServeConn(c, &http2ServeConnOpts{