Ignore:
Timestamp:
May 14, 2012, 5:53:37 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer trunk: built 0.8.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/simplehttp.cpp

    r128 r132  
    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.