Changeset 9734 in ntrip for trunk/BNC/src/upload/bncuploadcaster.cpp
- Timestamp:
- May 27, 2022, 2:59:31 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncuploadcaster.cpp
r9733 r9734 249 249 + "Host: " + _casterOutHost.toLatin1() + "\r\n" 250 250 + "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(); 252 252 _outSocket->write(msg); 253 253 _outSocket->waitForBytesWritten(); 254 254 _outSocket->waitForReadyRead(); 255 QByteArray ans = _outSocket->readAll(); cout << ans.toStdString().c_str() << endl;255 QByteArray ans = _outSocket->readAll(); //cout << ans.toStdString().c_str() << endl; 256 256 if (ans.indexOf("200") == -1) { 257 257 emit(newMessage("Proxy: Connection broken for " + _mountpoint.toLatin1()
Note:
See TracChangeset
for help on using the changeset viewer.