Changeset 1592 in ntrip


Ignore:
Timestamp:
Feb 13, 2009, 5:34:26 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryv1.cpp

    r1591 r1592  
    163163    }
    164164
    165     cout << ">" << line.data() << "<"; cout.flush();
    166 
    167165    if (line.indexOf("ICY 200 OK") == -1 &&
    168166        line.indexOf("HTTP")       != -1 &&
     
    170168      proxyResponse = true;
    171169    }
     170
     171    cout << proxyResponse << ": " << line.data(); cout.flush();
    172172
    173173    if (!proxyResponse && !line.trimmed().isEmpty()) {
  • trunk/BNC/bncnetqueryv1.h

    r1390 r1592  
    1515
    1616 private:
     17  QByteArray readNextLine();
    1718  QTcpSocket* _socket;
    1819};
Note: See TracChangeset for help on using the changeset viewer.