Changeset 10440 in ntrip for trunk/BNC/src/bnctabledlg.cpp


Ignore:
Timestamp:
Apr 16, 2024, 12:38:20 PM (15 months ago)
Author:
stuerze
Message:

bug fixed: no standard ports for http and https

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnctabledlg.cpp

    r9404 r10440  
    529529  url.setPath("/");
    530530  if (ntripVersion == "2s") {
    531     url.setPort(443);
    532531    url.setScheme("https");
    533532  }
    534533  else {
    535     url.setPort(2101);
    536534    url.setScheme("http");
    537535  }
Note: See TracChangeset for help on using the changeset viewer.