Commit 2589132a authored by Honfika's avatar Honfika

removed debug code

parent 7fcc8ddb
......@@ -330,11 +330,6 @@ namespace Titanium.Web.Proxy
}
else if (!request.ExpectationFailed)
{
if (args.ClientStream.IsClosed)
{
;
}
// get the request body unless an unsuccessful 100 continue request was made
await args.CopyRequestBodyAsync(args.HttpClient.Connection.Stream, TransformationMode.None, cancellationToken);
}
......
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