From 9680c51c6744780d32baa76a83a37c371dc81dc5 Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 12 Apr 2020 21:54:38 -0700 Subject: use flask's send_file() conditional instead of our HTTP 206 partial handler --- README | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index ef4e33a..8c8cf86 100644 --- a/README +++ b/README @@ -33,8 +33,5 @@ design decisions 3. XML pubDate and list order is derived from MP3 track attributes; if not present or duplicates exist, tracks are sorted alphanumerically -4. partial content handling (HTTP 206) implemented to satisfy podcasting apps - which require valid responses to Range requests (e.g. Apple podcasts) - -5. no rebuild endpoint exists; cache-affecting routines are run externally via +4. no rebuild endpoint exists; cache-affecting routines are run externally via rebuild.py -- cgit v1.2.3-54-g00ecf