]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
imagecache: fix mistake in imagecache address checking.
authorAdam Sutton <dev@adamsutton.me.uk>
Wed, 2 Jan 2013 22:19:34 +0000 (22:19 +0000)
committerAdam Sutton <dev@adamsutton.me.uk>
Thu, 3 Jan 2013 19:36:23 +0000 (19:36 +0000)
commitfe5fd6888376e2a3173a09eb284bdd2f2c8b0347
treec158695230e8061fedda2f86f0fdcf3c209960ec
parentc066cf431afa87a828fca8afd80ef8dc23b93246
imagecache: fix mistake in imagecache address checking.

This will still may not work if the server is behind a proxy, as this
could lead to the wrong IP being detected.

For clients with HTSPv7 support they will only get the /imagecache/ID
part of the URL and will have to add the rest.

Note: there will be a number of clients that may report v7 support
but not be fully compliant due to the release schedules etc... users
in this position will not be able to use the image caching.
src/htsp_server.c