URLRequest.assumesHTTP3Capable

Is the system default for this still false as of the OS 27 releases?

When would you recommend setting it to true?

Answered by Frameworks Engineer in 891706022

Yes, the default of assumesHTTP3Capable remains false on 27.0, and URLSession will try to discover HTTP/3 using DNS and Alt-Svc. Please set it to true if you know that your server supports HTTP/3.

Yes, the default of assumesHTTP3Capable remains false on 27.0, and URLSession will try to discover HTTP/3 using DNS and Alt-Svc. Please set it to true if you know that your server supports HTTP/3.

URLRequest.assumesHTTP3Capable
 
 
Q