Unverified Commit e817f10c authored by honfika's avatar honfika Committed by GitHub

Merge pull request #372 from justcoding121/develop

merge develop to beta before merging PR #371
parents 4f3240ec a5d81a0c
...@@ -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