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

Commit 7e016ed

Browse files
author
Dieter Vandroemme
committed
1 parent 27f9ce4 commit 7e016ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Titanium.Web.Proxy/EventArguments/SessionEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public void SetRequestBody(byte[] body)
265265

266266
public void SetRequestBodyString(string body)
267267
{
268-
if (RequestLocked) throw new Exception("Youcannot call this function after request is made to server.");
268+
if (RequestLocked) throw new Exception("You cannot call this function after request is made to server.");
269269

270270
if (!RequestBodyRead)
271271
{

0 commit comments

Comments
 (0)