Ticket #6195: myth-httphandler.patch

File myth-httphandler.patch, 539 bytes (added by otto at kolsi dot fi, 15 years ago)
  • libs/libmyth/mythhttphandler.cpp

     
    6969    m_cur_redirect_cnt = 0;
    7070
    7171    m_qhttp->setHost(m_cur_url.host());
    72 
    73     QString path = (m_cur_url.path().isEmpty()) ? "/" : m_cur_url.path();
    74     m_cur_get_id = m_qhttp->get(path);
     72    m_cur_get_id = m_qhttp->get(m_cur_url.toString());
    7573}
    7674
    7775void MythHttpHandler::RemoveUrlRequest(const QUrl &url)