Connection coalescing unreliable due to DNS overlaps · Issue #3226 · square/okhttp

I’m attempting to confirm that HTTP/2 connection coalescing is working properly, but I’m finding that depending on which DNS I don’t see consistent coalescing. I wrote this program to print interse...

18 Mar 2017 ... Map<String, List<String>> addressToHostnames = new TreeMap<>(); List<String > hostnames = immutableList( "graph.facebook.com", ...

Lee mas