2 references to net_http_request_headers_exceeded_length
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1570
throw new HttpRequestException(SR.Format(SR.
net_http_request_headers_exceeded_length
, maxHeaderListSize));
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
706
throw new HttpRequestException(SR.Format(SR.
net_http_request_headers_exceeded_length
, maxHeaderListSize));