Add obsoletion reason for KestrelServerOptions.MaxRequestBufferSize.
This commit is contained in:
parent
9727a4db86
commit
140dc6fcf5
|
|
@ -46,7 +46,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel
|
||||||
/// When set to null, the size of the request buffer is unlimited.
|
/// When set to null, the size of the request buffer is unlimited.
|
||||||
/// Defaults to 1,048,576 bytes (1 MB).
|
/// Defaults to 1,048,576 bytes (1 MB).
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
[Obsolete]
|
[Obsolete("This property is obsolete and will be removed in a future version. Use Limits.MaxRequestBufferSize instead.")]
|
||||||
public long? MaxRequestBufferSize
|
public long? MaxRequestBufferSize
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue