Skip to content

Commit

Permalink
Fix exception when sending actual multipart request (Fix ishkawa#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
konomae committed Aug 17, 2018
1 parent dc4350d commit dcd7c86
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,5 +324,13 @@ public extension MultipartFormDataBodyParameters {
override func remove(from aRunLoop: RunLoop, forMode mode: RunLoopMode) {

}

override func property(forKey key: Stream.PropertyKey) -> Any? {
return nil
}

override func setProperty(_ property: Any?, forKey key: Stream.PropertyKey) -> Bool {
return false
}
}
}

0 comments on commit dcd7c86

Please sign in to comment.