]> git.gag.com Git - fw/altos/commit
altoslib: Ignore content-length when fetching map tiles
authorKeith Packard <keithp@keithp.com>
Sun, 11 Aug 2024 22:40:49 +0000 (15:40 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 11 Aug 2024 22:40:49 +0000 (15:40 -0700)
commit3e300bb8f6ddd735236103527d8d78b9dc87e0fd
tree00f011209e4df4adab4952f3abdf214a52fe504e
parent0eb58dd49db80c413cdb2783fe75392484df17d3
altoslib: Ignore content-length when fetching map tiles

Apache has been "fixed" to no longer respect any content-length
provided by a CGI script. This means we don't get the length of the
image from the server anymore. Ignore it and just keep fetching until
we hit the end.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosMapStore.java