Skip to content

Commit

Permalink
Pretend to always have the default session configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cysp committed Sep 3, 2019
1 parent 9e4b455 commit a377bc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/DVR/Session.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ open class Session: URLSession {
private var completedInteractions = [Interaction]()
private var completionBlock: (() -> Void)?

open override var configuration: URLSessionConfiguration {
return .default
}

override open var delegate: URLSessionDelegate? {
return backingSession.delegate
}
Expand Down

0 comments on commit a377bc3

Please sign in to comment.