Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wantWriteFrameCh (0.29 sec)

  1. src/net/http/h2_bundle.go

    		http2writeDataPool.Put(writeArg)
    	}
    	return err
    }
    
    // writeFrameFromHandler sends wr to sc.wantWriteFrameCh, but aborts
    // if the connection has gone away.
    //
    // This must not be run from the serve goroutine itself, else it might
    // deadlock writing to sc.wantWriteFrameCh (which is only mildly
    // buffered and is read by serve itself). If you're on the serve
    // goroutine, call writeFrame instead.
    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