Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for send_too_much (0.11 sec)

  1. src/net/http/h2_bundle.go

    		// RFC 7540, sec 8.1.2.6: A request or response is also malformed if the
    		// value of a content-length header field does not equal the sum of the
    		// DATA frame payload lengths that form the body.
    		return sc.countError("send_too_much", http2streamError(id, http2ErrCodeProtocol))
    	}
    	if f.Length > 0 {
    		// Check whether the client has flow control quota.
    		if !http2takeInflows(&sc.inflow, &st.inflow, f.Length) {
    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