Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/net/http/h2_bundle.go

    		// length of the frame payload, the recipient MUST
    		// treat this as a connection error.
    		// Filed: https://github.com/http2/http2-spec/issues/610
    		countError("frame_data_pad_too_big")
    		return nil, http2connError{http2ErrCodeProtocol, "pad size larger than data payload"}
    	}
    	f.data = payload[:len(payload)-int(padSize)]
    	return f, nil
    }
    
    var (
    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