Remove remote media compatibility mode. (#8044)
authorsofar <sofar+github@foo-projects.org>
Thu, 3 Jan 2019 23:26:08 +0000 (15:26 -0800)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Thu, 3 Jan 2019 23:26:08 +0000 (00:26 +0100)
commitcf224c9d6b72f81d19e9b2eca9d23f589b6a1392
treed9f3ae4a72770b5ba72fea9b3a7e9da9f8b051ca
parentbba4563d89b6708d75a4053c69873dff0d747538
Remove remote media compatibility mode. (#8044)

The fallback code shouldn't be needed and is a remnant of the GET
method that old media servers use. Clients using it are likely
to just waste bandwidth and having to download the media again
through the normal transfer from server method. The most reliable
method is to get all missing textures therefore from the server
directly and not spam the remote media server with 404s.
src/client/clientmedia.cpp
src/client/clientmedia.h