summaryrefslogtreecommitdiffstats
path: root/externals/httplib/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-29web_service: follow-up fix to #4842 ...liushuyu1-1/+1
* 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.
2020-02-19update httplib to latest commitBrian Clinkenbeard1-1/+1
2020-02-18update httplib READMEBrian Clinkenbeard1-1/+1
2018-10-02Add submodulesfearlessTobi1-0/+15