> On Feb 23, 2015, at 17:06 , Jens Alfke <[email protected]> wrote: > > >> On Feb 23, 2015, at 3:15 PM, Rick Mann <[email protected]> wrote: >> >> Are/will the various OS X networking APIs (CFNetwork and NSNetworking) going >> to support HTTP/2? It seems that Firefox and Chrome (and even IE) already >> support HTTP/2, but not Safari. > > SPDY is already supported in iOS 8 / OS X 10.10; that's Google’s experimental > protocol that was used as the basis of HTTP/2. So I imagine that updating the > frameworks to support the official version of HTTP/2 will be easy. But I > don’t expect to hear anything about it until WWDC. > >> It would be nice to start writing code using HTTP/2, even though the >> standard isn't ratified yet. > > I don’t think it will affect the way you write code. It’s a behind-the-scenes > change; the high-level semantics are the same as HTTP/1.1, it’s just more > efficient.
You don't think taking advantage of the ability to multiplex multiple connections won't require my code to be more aggressive when making multiple requests (for example)? -- Rick Mann [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/archive%40mail-archive.com This email sent to [email protected]
