Ignore:
Timestamp:
Apr 30, 2012, 7:09:25 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer vendor: 0.8.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/simplehttp.cpp

    r127 r130  
    7474                QString location = responseHeader.value("Location");
    7575                qDebug("SimpleHttp::readResponseHeader: Location: '%s'", location.toLatin1().constData());
    76                 http_get_id = get( location );
     76                /* http_get_id = get( location ); */
     77                download(location);
    7778        }
    7879        else
     
    8788        qDebug("SimpleHttp::httpRequestFinished: http_get_id: %d request_id: %d, error: %d", http_get_id, request_id, error);
    8889
    89     if (request_id != http_get_id) return;
     90        if (request_id != http_get_id) return;
    9091
    9192        downloaded_text += readAll();
Note: See TracChangeset for help on using the changeset viewer.