Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-19 | externals: httplib: replace custom httplib header with upstream as submodule. | Vortex | |
This also includes a minor change to web_service.cpp - to fix compatibility with upstream changes. | |||
2020-10-28 | web_service: follow-up fix to #4842 ... | liushuyu | |
* 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-18 | update httplib to latest commit | Brian Clinkenbeard | |
2020-02-17 | update httplib README | Brian Clinkenbeard | |
2018-10-02 | Add submodules | fearlessTobi | |