From 9e495d6fd701ca594e838166b3f8bb30c4b76a66 Mon Sep 17 00:00:00 2001 From: Paul Lietar Date: Fri, 13 Jan 2017 01:17:30 +0000 Subject: [PATCH] Add AP fallback to protocol docs --- docs/connection.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/connection.md b/docs/connection.md index 47f29219..8bc8b480 100644 --- a/docs/connection.md +++ b/docs/connection.md @@ -6,6 +6,8 @@ An AP is randomly picked from that list to connect to. The connection is done using a bare TCP socket. Despite many APs using ports 80 and 443, neither HTTP nor TLS are used to connect. +If `http://apresolve.spotify.com` is unresponsive, `ap.spotify.com:80` is used as a fallback. + ## Connection Hello The first 3 packets exchanged are unencrypted, and have the following format :