diff --git a/src/Titanium.Web.Proxy/Http/RequestResponseBase.cs b/src/Titanium.Web.Proxy/Http/RequestResponseBase.cs index 1948c0417..8fb1b6eaa 100644 --- a/src/Titanium.Web.Proxy/Http/RequestResponseBase.cs +++ b/src/Titanium.Web.Proxy/Http/RequestResponseBase.cs @@ -211,20 +211,7 @@ internal set internal bool BodyAvailable => BodyInternal != null; - private bool isBodyReceived; - - internal bool IsBodyReceived - { - get => isBodyReceived; - set - { - if (isBodyReceived) - { - ; - } - isBodyReceived = value; - } - } + internal bool IsBodyReceived { get; set; } internal bool IsBodySent { get; set; }