Skip to content

Commit 3eec3d6

Browse files
Fixes the double passed through message. Closes #455 (#458)
1 parent 63dfa8a commit 3eec3d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev-proxy-plugins/RandomErrors/GenericRandomErrorPlugin.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ private Task OnRequest(object? sender, ProxyRequestArgs e)
152152

153153
if (failMode == GenericRandomErrorFailMode.PassThru && _proxyConfiguration?.Rate != 100)
154154
{
155-
_logger?.LogRequest(new[] { "Passed through" }, MessageType.PassedThrough, new LoggingContext(e.Session));
156155
return Task.CompletedTask;
157156
}
158157
FailResponse(e, failMode);

0 commit comments

Comments
 (0)