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

Commit 7cf9be8

Browse files
committed
fix comment
1 parent 9bac69a commit 7cf9be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Titanium.Web.Proxy/ResponseHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static async Task HandleHttpSessionResponse(SessionEventArgs args)
2727
if (!args.WebSession.Response.ResponseBodyRead)
2828
args.WebSession.Response.ResponseStream = args.WebSession.ServerConnection.Stream;
2929

30-
//If client request call back then do it
30+
//If user requested call back then do it
3131
if (BeforeResponse != null && !args.WebSession.Response.ResponseLocked)
3232
{
3333
Delegate[] invocationList = BeforeResponse.GetInvocationList();

0 commit comments

Comments
 (0)