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 64ae9ff commit a1fc238Copy full SHA for a1fc238
Sources/AsyncHTTPClient/ConnectionPool/State Machine/HTTPConnectionPool+HTTP2Connections.swift
@@ -576,11 +576,6 @@ extension HTTPConnectionPool {
576
/// true if no stream is leased
577
var isIdle: Bool
578
}
579
-
580
- struct LeasedStreamContext {
581
- /// true if the connection was idle before leasing the stream
582
- var wasIdle: Bool
583
- }
584
585
struct LeasedStreamContext {
586
/// true if the connection was idle before leasing the stream
0 commit comments