Changeset 1589 in ntrip


Ignore:
Timestamp:
Feb 13, 2009, 1:36:16 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryv1.cpp

    r1579 r1589  
    178178      }
    179179
     180      if (line.indexOf("Unauthorized") != -1) {
     181        break;
     182      }
     183
    180184      if (line.trimmed().isEmpty()) {
    181185        if (proxyResponse) {
Note: See TracChangeset for help on using the changeset viewer.