Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果一个应用程序创建了两个 NSURLSession 对象,它们从同一服务器(支持 HTTP/2)请求数据,那么来自这两个会话的请求是多路复用的吗?
我很确定答案是否定的。会话配置中存在影响实际连接行为的某些设置(特别是流水线、蜂窝访问和超时)将使会话之间共享连接池充其量是有问题的。