Commit 95d8f9ba authored by Dieter Vandroemme's avatar Dieter Vandroemme

#1

parent 43a83a7a
......@@ -265,7 +265,7 @@ namespace Titanium.Web.Proxy.EventArguments
public void SetRequestBodyString(string body)
{
if (RequestLocked) throw new Exception("Youcannot call this function after request is made to server.");
if (RequestLocked) throw new Exception("You cannot call this function after request is made to server.");
if (!RequestBodyRead)
{
......
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