From 140dc6fcf5e7d34c0627c100712922e987bb371e Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Thu, 4 Aug 2016 10:46:42 -0700 Subject: [PATCH] Add obsoletion reason for KestrelServerOptions.MaxRequestBufferSize. --- src/Microsoft.AspNetCore.Server.Kestrel/KestrelServerOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Server.Kestrel/KestrelServerOptions.cs b/src/Microsoft.AspNetCore.Server.Kestrel/KestrelServerOptions.cs index 9e4331cbbd..7fe386e34c 100644 --- a/src/Microsoft.AspNetCore.Server.Kestrel/KestrelServerOptions.cs +++ b/src/Microsoft.AspNetCore.Server.Kestrel/KestrelServerOptions.cs @@ -46,7 +46,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel /// When set to null, the size of the request buffer is unlimited. /// Defaults to 1,048,576 bytes (1 MB). /// - [Obsolete] + [Obsolete("This property is obsolete and will be removed in a future version. Use Limits.MaxRequestBufferSize instead.")] public long? MaxRequestBufferSize { get