Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsRead (0.09 sec)

  1. src/net/http/server.go

    // running.
    func (cw *chunkWriter) writeHeader(p []byte) {
    	if cw.wroteHeader {
    		return
    	}
    	cw.wroteHeader = true
    
    	w := cw.res
    	keepAlivesEnabled := w.conn.server.doKeepAlives()
    	isHEAD := w.req.Method == "HEAD"
    
    	// header is written out to w.conn.buf below. Depending on the
    	// state of the handler, we either own the map or not. If we
    	// don't own it, the exclude map is created lazily for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
Back to top