We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66e73a commit 6df404aCopy full SHA for 6df404a
src/Servers/Kestrel/Transport.Quic/src/Internal/IQuicTrace.cs
@@ -14,7 +14,7 @@ internal interface IQuicTrace : ILogger
14
void StreamError(string streamId, Exception ex);
15
void StreamPause(string streamId);
16
void StreamResume(string streamId);
17
- void StreamShutdownWrite(string streamId, Exception? ex);
+ void StreamShutdownWrite(string streamId, string reason);
18
void StreamAbort(string streamId, Exception ex);
19
}
20
0 commit comments