[mythtv-commits] mythtv commit: r18193 by nigel

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Aug 25 03:28:36 UTC 2008


      Author: nigel
        Date: 2008-08-25 03:28:35 +0000 (Mon, 25 Aug 2008)
New Revision: 18193
   Changeset: http://cvs.mythtv.org/trac/changeset/18193

Modified:

   trunk/mythtv/libs/libmythdb/httpcomms.cpp

Log:

Revert [17896], which was breaking complex getHttp() calls. Creating a header
with the full query from toEncoded() resulted in the server being sent
GET http://server:port/path?query
which is too much for most web servers. They just need path and query.
Note that I have not tested it against many different urls and web servers.
(Need a test harness, and a way for the builds to automatically run it)





More information about the mythtv-commits mailing list