Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for waitForHTTPStream (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/storage-rest-server.go

    	New: func() *[]byte {
    		b := make([]byte, 8192)
    		return &b
    	},
    }
    
    // waitForHTTPStream will wait for responses where
    // streamHTTPResponse has been used.
    // The returned reader contains the payload and must be closed if no error is returned.
    func waitForHTTPStream(respBody io.ReadCloser, w io.Writer) error {
    	var tmp [1]byte
    	// 8K copy buffer, reused for less allocs...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue May 27 15:19:03 GMT 2025
    - 45.7K bytes
    - Click Count (0)
Back to Top