Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Disasm (0.1 sec)

  1. src/net/http/h2_bundle.go

    	// http.Server.WriteTimeout during the TLS handshake, but then
    	// passes the connection off to us with the deadline already set.
    	// Write deadlines are set per stream in serverConn.newStream.
    	// Disarm the net.Conn write deadline here.
    	if sc.hs.WriteTimeout > 0 {
    		sc.conn.SetWriteDeadline(time.Time{})
    	}
    
    	if s.NewWriteScheduler != nil {
    		sc.writeSched = s.NewWriteScheduler()
    	} else {
    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