3 references to net_http_response_headers_exceeded_length
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
609
throw new HttpRequestException(HttpRequestError.ConfigurationLimitExceeded, SR.Format(SR.
net_http_response_headers_exceeded_length
, _connection._pool.Settings.MaxResponseHeadersByteLength));
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
908
throw new HttpRequestException(HttpRequestError.ConfigurationLimitExceeded, SR.Format(SR.
net_http_response_headers_exceeded_length
, _connection.Pool.Settings.MaxResponseHeadersByteLength));
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
1330
throw new HttpRequestException(HttpRequestError.ConfigurationLimitExceeded, SR.Format(SR.
net_http_response_headers_exceeded_length
, _pool.Settings.MaxResponseHeadersByteLength));