Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WriteRecord (0.16 sec)

  1. src/net/http/fcgi/child.go

    		}
    		if !req.keepConn {
    			// connection will close upon return
    			return errCloseConn
    		}
    		return nil
    	default:
    		b := make([]byte, 8)
    		b[0] = byte(rec.h.Type)
    		c.conn.writeRecord(typeUnknownType, 0, b)
    		return nil
    	}
    }
    
    // filterOutUsedEnvVars returns a new map of env vars without the
    // variables in the given envVars map that are read for creating each http.Request
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 10.3K bytes
    - Viewed (0)
Back to top