From 51d0fdce74aeb23ef28336037b2d35aa4c955cee Mon Sep 17 00:00:00 2001
From: Laurent Bercot
- Ranges -are a useful part of HTTP when you are serving big files and connections may -be interrupted and restarted: supporting the Range: header can save -bandwidth, if the client only asks for the parts of the files that it's still -missing. -
- -- It hasn't been implemented in tipidee yet because parsing the Range: -header is rather complex, and serving parts of files (as opposed to full files -sequentially) also requires some extra coding that wasn't deemed worth it for -an initial release. -
--- cgit v1.3.1