From f61bbd87a80137b2de5ebda937e3123487072d5d Mon Sep 17 00:00:00 2001 From: Harold Date: Tue, 3 Jul 2018 13:07:29 +0200 Subject: [PATCH] Change documentation to reflect code behavior --- docs/connection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/connection.md b/docs/connection.md index 8bc8b480..e64fac7f 100644 --- a/docs/connection.md +++ b/docs/connection.md @@ -6,7 +6,7 @@ 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. +If `http://apresolve.spotify.com` is unresponsive, `ap.spotify.com:443` is used as a fallback. ## Connection Hello The first 3 packets exchanged are unencrypted, and have the following format :