Changeset 1413 in ntrip for trunk/BNC/bncnetqueryrtp.cpp


Ignore:
Timestamp:
Dec 31, 2008, 12:58:27 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryrtp.cpp

    r1412 r1413  
    124124        QString line = in.readLine();
    125125        while (!line.isEmpty()) {
    126           cout << line.toAscii().data() << endl;;
    127126          if (line.indexOf("Session:") == 0) {
    128127            session = line.mid(9).toAscii();
     128            break;
    129129          }
    130130          line = in.readLine();
     
    147147              line = in.readLine();
    148148              while (!line.isEmpty()) {
    149                 cout << line.toAscii().data() << endl;
    150149                if (line.indexOf("200 OK") != -1) {
    151150                  cout << "Connection Established" << endl;
Note: See TracChangeset for help on using the changeset viewer.