Skip to content

Commit a1fc238

Browse files
committed
fix merge conflicts
1 parent 64ae9ff commit a1fc238

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: Sources/AsyncHTTPClient/ConnectionPool/State Machine/HTTPConnectionPool+HTTP2Connections.swift

-5
Original file line numberDiff line numberDiff line change
@@ -576,11 +576,6 @@ extension HTTPConnectionPool {
576576
/// true if no stream is leased
577577
var isIdle: Bool
578578
}
579-
580-
struct LeasedStreamContext {
581-
/// true if the connection was idle before leasing the stream
582-
var wasIdle: Bool
583-
}
584579

585580
struct LeasedStreamContext {
586581
/// true if the connection was idle before leasing the stream

0 commit comments

Comments
 (0)