cpprestsdk (2.10.19)
- PR#1982 make Uri.is_host_loopback() only return true for localhost and 127.0.0.1 exactly. The old behavior could potentially return "true" for URLs that were not, in fact, local, and this could cause security issues if is_host_loopback was used in certain ways.
- PR#1711 Fix likely typo in SafeInt3.hpp, that results in error with clang 15
- PR#1496 Support for oaut...