Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for auditing (0.15 sec)

  1. docs/en/docs/release-notes.md

    ### Internal
    
    * 🔧 Update sponsors, remove Flint. PR [#10349](https://github.com/tiangolo/fastapi/pull/10349) by [@tiangolo](https://github.com/tiangolo).
    * 🔧 Rename label "awaiting review" to "awaiting-review" to simplify search queries. PR [#10343](https://github.com/tiangolo/fastapi/pull/10343) by [@tiangolo](https://github.com/tiangolo).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    func (e *http2httpError) Timeout() bool { return e.timeout }
    
    func (e *http2httpError) Temporary() bool { return true }
    
    var http2errTimeout error = &http2httpError{msg: "http2: timeout awaiting response headers", timeout: true}
    
    type http2connectionStater interface {
    	ConnectionState() tls.ConnectionState
    }
    
    var http2sorterPool = sync.Pool{New: func() interface{} { return new(http2sorter) }}
    
    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