Changeset 6777 in ntrip
- Timestamp:
- Apr 17, 2015, 10:45:26 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncrinex.cpp
r6448 r6777 128 128 } 129 129 QString sklDir; 130 130 131 if (!net.isEmpty()) { 131 132 it.toFront(); … … 146 147 QUrl url(sklDir + "/" + _mountPoint.path().mid(1,4).toLower() + ".skl"); 147 148 if (url.port() == -1) { 148 url.setPort(80); 149 if (sklDir.contains("https")) { 150 url.setPort(443); 151 } 152 else { 153 url.setPort(80); 154 } 149 155 } 150 156 … … 162 168 QByteArray outData; 163 169 query->waitForRequestResult(url, outData); 170 164 171 if (query->status() == bncNetQuery::finished) { 165 172 irc = success;
Note:
See TracChangeset
for help on using the changeset viewer.