Changeset 1650 in ntrip
- Timestamp:
- Feb 25, 2009, 11:48:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncnetqueryrtp.cpp
r1535 r1650 217 217 while (!line.isEmpty()) { 218 218 if (line.indexOf("200 OK") != -1) { 219 emit newMessage(_url.host().toAscii() + 220 _url.path().toAscii() + 221 ": UDP connection established", true); 219 emit newMessage(_url.encodedPath().replace(0,1,"") 220 + ": UDP connection established", true); 222 221 slotKeepAlive(); 223 222 return; … … 235 234 _socket = 0; 236 235 _status = error; 237 } 238 236 emit newMessage(_url.encodedPath().replace(0,1,"") 237 + ": NetQuery, wrong mountpont", true); 238 } 239
Note:
See TracChangeset
for help on using the changeset viewer.