Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for pri (0.14 sec)

  1. src/net/http/serve_test.go

    		{"HTTP/1.0", "Host: \xff\r\n", 400},
    
    		// Make an exception for HTTP upgrade requests:
    		{"PRI * HTTP/2.0", "", 200},
    
    		// Also an exception for CONNECT requests: (Issue 18215)
    		{"CONNECT golang.org:443 HTTP/1.1", "", 200},
    
    		// But not other HTTP/2 stuff:
    		{"PRI / HTTP/2.0", "", 505},
    		{"GET / HTTP/2.0", "", 505},
    		{"GET / HTTP/3.0", "", 505},
    	}
    	for _, tt := range tests {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    	getStartupInfo(startupInfo)
    	return nil
    }
    
    func (s NTStatus) Errno() syscall.Errno {
    	return rtlNtStatusToDosErrorNoTeb(s)
    }
    
    func langID(pri, sub uint16) uint32 { return uint32(sub)<<10 | uint32(pri) }
    
    func (s NTStatus) Error() string {
    	b := make([]uint16, 300)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  3. src/net/http/request.go

    	}
    	return multipart.NewReader(r.Body, boundary), nil
    }
    
    // isH2Upgrade reports whether r represents the http2 "client preface"
    // magic string.
    func (r *Request) isH2Upgrade() bool {
    	return r.Method == "PRI" && len(r.Header) == 0 && r.URL.Path == "*" && r.Proto == "HTTP/2.0"
    }
    
    // Return value if nonempty, def otherwise.
    func valueOrDefault(value, def string) string {
    	if value != "" {
    		return value
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  4. src/net/http/server.go

    func http1ServerSupportsRequest(req *Request) bool {
    	if req.ProtoMajor == 1 {
    		return true
    	}
    	// Accept "PRI * HTTP/2.0" upgrade requests, so Handlers can
    	// wire up their own HTTP/2 upgrades.
    	if req.ProtoMajor == 2 && req.ProtoMinor == 0 &&
    		req.Method == "PRI" && req.RequestURI == "*" {
    		return true
    	}
    	// Reject HTTP/0.x, and all other HTTP/2+ requests (which
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/_aws/fess.json

    "vaše", "která", "nás", "nový", "tipy", "pokud", "může", "strana", "jeho", "své", "jiné", "zprávy", "nové", "není", "vás", "jen", "podle", "zde", "už", "být", "více", "bude", "již", "než", "který", "by", "které", "co", "nebo", "ten", "tak", "má", "při", "od", "po", "jsou", "jak", "další", "ale", "si", "se", "ve", "to", "jako", "za", "zpět", "ze", "do", "pro", "je", "na", "atd", "atp", "jakmile", "přičemž", "já", "on", "ona", "ono", "oni", "ony", "my", "vy", "jí", "ji", "mě", "mne", "jemu", "tomu",...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/_cloud/fess.json

    "vaše", "která", "nás", "nový", "tipy", "pokud", "může", "strana", "jeho", "své", "jiné", "zprávy", "nové", "není", "vás", "jen", "podle", "zde", "už", "být", "více", "bude", "již", "než", "který", "by", "které", "co", "nebo", "ten", "tak", "má", "při", "od", "po", "jsou", "jak", "další", "ale", "si", "se", "ve", "to", "jako", "za", "zpět", "ze", "do", "pro", "je", "na", "atd", "atp", "jakmile", "přičemž", "já", "on", "ona", "ono", "oni", "ony", "my", "vy", "jí", "ji", "mě", "mne", "jemu", "tomu",...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  7. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    pp.ru pp.se pp.ua ppg.br pr pr.gov.br pr.it pr.leg.br pr.us pramerica prato.it praxi prd.fr prd.km prd.mg prequalifyme.today preservation.museum presidio.museum press press.aero press.cy press.ma press.museum press.se presse.ci presse.km presse.ml pri.ee prime primetel.cloud principe.st priv.at priv.hu priv.instances.scw.cloud priv.me priv.no priv.pl privatelink.snowflake.app privatizehealthinsur.net pro pro.az pro.br pro.cy pro.ec pro.fj pro.ht pro.in pro.mv pro.na pro.om pro.pr pro.tt pro.typeform.com...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  8. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    gov.ec
    gob.ec
    mil.ec
    
    // edu : https://en.wikipedia.org/wiki/.edu
    edu
    
    // ee : http://www.eenet.ee/EENet/dom_reeglid.html#lisa_B
    ee
    edu.ee
    gov.ee
    riik.ee
    lib.ee
    med.ee
    com.ee
    pri.ee
    aip.ee
    org.ee
    fie.ee
    
    // eg : https://en.wikipedia.org/wiki/.eg
    eg
    com.eg
    edu.eg
    eun.eg
    gov.eg
    mil.eg
    name.eg
    net.eg
    org.eg
    sci.eg
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  9. src/net/http/h2_bundle.go

    		http2logFrameWrites = true
    		http2logFrameReads = true
    	}
    }
    
    const (
    	// ClientPreface is the string that must be sent by new
    	// connections from clients.
    	http2ClientPreface = "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n"
    
    	// SETTINGS_MAX_FRAME_SIZE default
    	// https://httpwg.org/specs/rfc7540.html#rfc.section.6.5.2
    	http2initialMaxFrameSize = 16384
    
    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