Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: base/net/web-net-query.c
- Revision:
- 154:306e328871ee
- Parent:
- 153:eaee18d970c4
- Child:
- 155:4df4ed4b65a2
--- a/base/net/web-net-query.c Thu Jan 21 13:33:44 2021 +0000 +++ b/base/net/web-net-query.c Thu Jan 21 14:55:08 2021 +0000 @@ -19,11 +19,11 @@ } if (HttpSameStr(pName, "request-AAAA")) { - NrMakeRequestForAddress6FromName(NrTest); + NrTestAddress4FromName(); } if (HttpSameStr(pName, "request-A")) { - NrMakeRequestForAddress4FromName(NrTest); + NrTestAddress4FromName(); } if (HttpSameStr(pName, "request-PTR")) {