aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-04-12 21:54:38 -0700
committerJordan <me@jordan.im>2020-04-12 21:54:38 -0700
commit9680c51c6744780d32baa76a83a37c371dc81dc5 (patch)
treee991a75f500df8bcad04f2872494416e36a3d630 /README
parenta1aff012d039832ea2a6c1fc23d1e7a5840f0784 (diff)
downloadroka-9680c51c6744780d32baa76a83a37c371dc81dc5.tar.gz
roka-9680c51c6744780d32baa76a83a37c371dc81dc5.zip
use flask's send_file() conditional instead of our HTTP 206 partial handler
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 1 insertions, 4 deletions
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