On 15 Mar 2016, at 16:16, Daniel Eggert via swift-corelibs-dev <[email protected]> wrote: > > The allHeaderFields in > > public class NSHTTPURLResponse : NSURLResponse { > [...] > public let allHeaderFields: [NSObject : AnyObject] > } > > should have been [String : String] > > The initialiser has the correct [String : String] type, though. > > Somehow Apple missed this in their API, too. What's the procedure to get this > changed / fixed? > > /Daniel
I've changed it as part of this pull request: https://github.com/apple/swift-corelibs-foundation/pull/287 I'm happy to change it back if need be. /Daniel _______________________________________________ swift-corelibs-dev mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-corelibs-dev
