Changeset 9734 in ntrip


Ignore:
Timestamp:
May 27, 2022, 2:59:31 PM (23 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncuploadcaster.cpp

    r9733 r9734  
    249249          + "Host: " + _casterOutHost.toLatin1() + "\r\n"
    250250          + "User-Agent: NTRIP BNC/" BNCVERSION " (" + BNC_OS + ")\r\n"
    251           + "\r\n";      cout << msg.toStdString().c_str();
     251          + "\r\n";      //cout << msg.toStdString().c_str();
    252252      _outSocket->write(msg);
    253253      _outSocket->waitForBytesWritten();
    254254      _outSocket->waitForReadyRead();
    255       QByteArray ans = _outSocket->readAll();      cout << ans.toStdString().c_str() << endl;
     255      QByteArray ans = _outSocket->readAll();      //cout << ans.toStdString().c_str() << endl;
    256256      if (ans.indexOf("200") == -1) {
    257257        emit(newMessage("Proxy: Connection broken for " + _mountpoint.toLatin1()
Note: See TracChangeset for help on using the changeset viewer.