[mythtv] [mythtv-commits] mythtv commit: r17896 by kkuphal
Kevin Kuphal
kkuphal at gmail.com
Mon Aug 4 04:26:23 UTC 2008
On Sun, Aug 3, 2008 at 6:20 PM, Nigel Pearson <nigel at ind.tansu.com.au>wrote:
>
> > Author: kkuphal
> > Date: 2008-07-23 03:40:59 +0000 (Wed, 23 Jul 2008)
> > New Revision: 17896
> > Changeset: http://cvs.mythtv.org/trac/changeset/17896
> >
> > Modified:
> > trunk/mythtv/libs/libmythdb/httpcomms.cpp
> >
> > Log:
> > HTTP URL fix. MythNews was unable to download thumbnails from
> > sites with queries without this fix
>
>
> - QHttpRequestHeader header("GET", url.path() + url.encodedQuery());
> + QHttpRequestHeader header("GET", url.toEncoded());
>
>
> Kevin, can you explain the original fault a little more?
Basically, requests to Google using the Google Video RSS feeds in MythNews
would fail to download the thumbnail without that change. I'm on QT4.4
Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-dev/attachments/20080803/1d876370/attachment.htm
More information about the mythtv-dev
mailing list