Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
auto property
Browse files Browse the repository at this point in the history
  • Loading branch information
honfika committed Jan 28, 2022
1 parent 5734f5f commit cfddda6
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/Titanium.Web.Proxy/Http/RequestResponseBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down

0 comments on commit cfddda6

Please sign in to comment.