Commit a5d81a0c authored by Honfika's avatar Honfika

remove extra space

parent 5e8daf5b
...@@ -76,7 +76,7 @@ namespace Titanium.Web.Proxy.Http ...@@ -76,7 +76,7 @@ namespace Titanium.Web.Proxy.Http
return true; return true;
} }
//has body if POST and when version is http/1.0 //has body if POST and when version is http/1.0
if (Method == "POST" && HttpVersion == HttpHeader.Version10) if (Method == "POST" && HttpVersion == HttpHeader.Version10)
{ {
return true; return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment