Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Signalfd (0.07 sec)

  1. src/net/http/h2_bundle.go

    // If you're not on the serve goroutine, use writeFrameFromHandler instead.
    func (sc *http2serverConn) writeFrame(wr http2FrameWriteRequest) {
    	sc.serveG.check()
    
    	// If true, wr will not be written and wr.done will not be signaled.
    	var ignoreWrite bool
    
    	// We are not allowed to write frames on closed streams. RFC 7540 Section
    	// 5.1.1 says: "An endpoint MUST NOT send frames other than PRIORITY on
    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