Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writerPCs (0.19 sec)

  1. src/net/http/h2_bundle.go

    	bw *bufio.Writer // non-nil when data is buffered
    }
    
    func http2newBufferedWriter(w io.Writer) *http2bufferedWriter {
    	return &http2bufferedWriter{w: w}
    }
    
    // bufWriterPoolBufferSize is the size of bufio.Writer's
    // buffers created using bufWriterPool.
    //
    // TODO: pick a less arbitrary value? this is a bit under
    // (3 x typical 1500 byte MTU) at least. Other than that,
    // not much thought went into it.
    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