Commit Graph

4 Commits (38110dd485e329fa39e2e4c02b91a89dfebcbc88)

Author SHA1 Message Date
liushuyu cf63eacc1a
web_service: follow-up fix to ...
* The web_service http request is now fixed on Windows (R) platform.
* The issue is due to a complicated race-condition in `httplib`, a detailed
  explanation is available at https://github.com/yhirose/cpp-httplib/pull/701
* A pending Pull Request on `httplib` has been applied to remedy the
  said race-condition.
* The socket availability check is removed due to a behavioral chice of
  `httplib` that a socket will not be created before any actual request
  is sent.
Brian Clinkenbeard 7f6c686d55 update httplib to latest commit
Brian Clinkenbeard 9e42025e5b update httplib README
fearlessTobi 5f30f95e94 Add submodules