yuzu/src/web_service
liushuyu cf63eacc1a
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.
2020-10-28 23:16:06 -06:00
..
CMakeLists.txt web_backend: fix a regression introduced in 39c8d18 2020-10-27 02:57:19 -06:00
telemetry_json.cpp web_service: Move web_result.h into web_service 2020-08-22 19:29:54 -04:00
telemetry_json.h common/telemetry: Migrate namespace into the Common namespace 2020-08-18 15:08:32 -04:00
verify_login.cpp web_service: Move web_result.h into web_service 2020-08-22 19:29:54 -04:00
verify_login.h web_service: Remove unnecessary inclusions 2019-03-02 14:58:49 -05:00
web_backend.cpp web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
web_backend.h web_service: Move web_result.h into web_service 2020-08-22 19:29:54 -04:00
web_result.h web_service: Move web_result.h into web_service 2020-08-22 19:29:54 -04:00