Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fixTrailer (0.32 sec)

  1. src/net/http/transfer.go

    			return err
    		} else {
    			t.ContentLength = n
    		}
    	} else {
    		t.ContentLength = realLength
    	}
    
    	// Trailer
    	t.Trailer, err = fixTrailer(t.Header, t.Chunked)
    	if err != nil {
    		return err
    	}
    
    	// If there is no Content-Length or chunked Transfer-Encoding on a *Response
    	// and the status is not 1xx, 204 or 304, then the body is unbounded.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 22:14:00 UTC 2024
    - 31.1K bytes
    - Viewed (0)
Back to top