Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 5b6db93

Browse files
JanEggershalter73
authored andcommitted
fixed minor copy and paste error in mockconnection handler (#2163)
1 parent 065e9bb commit 5b6db93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Kestrel.Transport.Libuv.Tests/TestHelpers/MockConnectionHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public void OnConnection(IFeatureCollection features)
2222
var connectionContext = new DefaultConnectionContext(features);
2323

2424
Input = new Pipe(InputOptions(connectionContext.BufferPool));
25-
Output = new Pipe(InputOptions(connectionContext.BufferPool));
25+
Output = new Pipe(OutputOptions(connectionContext.BufferPool));
2626

2727
var feature = connectionContext.Features.Get<IConnectionTransportFeature>();
2828

0 commit comments

Comments
 (0)