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

Commit a5d81a0

Browse files
committed
remove extra space
1 parent 5e8daf5 commit a5d81a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Titanium.Web.Proxy/Http/Request.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public bool HasBody
7676
return true;
7777
}
7878

79-
//has body if POST and when version is http/1.0
79+
//has body if POST and when version is http/1.0
8080
if (Method == "POST" && HttpVersion == HttpHeader.Version10)
8181
{
8282
return true;

0 commit comments

Comments
 (0)