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 e03ee12 commit f7be51fCopy full SHA for f7be51f
Sources/NIOHTTP2/HTTP2CommonInboundStreamMultiplexer.swift
@@ -214,26 +214,10 @@ extension HTTP2CommonInboundStreamMultiplexer {
214
}
215
216
internal func propagateErrorCaught(_ error: any Error) {
217
- for channel in self.streams.values {
218
- channel.receiveStreamClosed(nil)
219
- }
220
-
221
- for channel in self._pendingStreams.values {
222
223
224
225
self.streamChannelContinuation?.finish(throwing: error)
226
227
228
internal func propagateHandlerRemoved() {
229
230
231
232
233
234
235
236
237
self.streamChannelContinuation?.finish()
238
239
0 commit comments