diff options
author | liushuyu <liushuyu011@gmail.com> | 2020-10-28 23:06:26 -0600 |
---|---|---|
committer | liushuyu <liushuyu011@gmail.com> | 2020-10-28 23:16:06 -0600 |
commit | cf63eacc1a34924a01e7d8586fccb7d7561d2250 (patch) | |
tree | e54703cea2555e42126972628bd6a6d04216de38 /externals/httplib/README.md | |
parent | c20569ebdf1a147acb706de282808696bbc1468c (diff) |
web_service: follow-up fix to #4842 ...
* 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.
Diffstat (limited to 'externals/httplib/README.md')
-rw-r--r-- | externals/httplib/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/httplib/README.md b/externals/httplib/README.md index 73037d297..1940e446c 100644 --- a/externals/httplib/README.md +++ b/externals/httplib/README.md @@ -1,4 +1,4 @@ -From https://github.com/yhirose/cpp-httplib/tree/fce8e6fefdab4ad48bc5b25c98e5ebfda4f3cf53 +From https://github.com/yhirose/cpp-httplib/tree/ff5677ad197947177c158fe857caff4f0e242045 with https://github.com/yhirose/cpp-httplib/pull/701 MIT License |