Changeset 1592 in ntrip
- Timestamp:
- Feb 13, 2009, 5:34:26 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncnetqueryv1.cpp
r1591 r1592 163 163 } 164 164 165 cout << ">" << line.data() << "<"; cout.flush();166 167 165 if (line.indexOf("ICY 200 OK") == -1 && 168 166 line.indexOf("HTTP") != -1 && … … 170 168 proxyResponse = true; 171 169 } 170 171 cout << proxyResponse << ": " << line.data(); cout.flush(); 172 172 173 173 if (!proxyResponse && !line.trimmed().isEmpty()) { -
trunk/BNC/bncnetqueryv1.h
r1390 r1592 15 15 16 16 private: 17 QByteArray readNextLine(); 17 18 QTcpSocket* _socket; 18 19 };
Note:
See TracChangeset
for help on using the changeset viewer.