kicad/thirdparty/sentry-native/external/crashpad/third_party/cpp-httplib
Marek Roszko 0f13ab8065 Update sentry-native sdk to latest
There's a crash fix in sentry itself due to threading race
2023-01-27 23:54:20 -05:00
..
cpp-httplib
BUILD.gn Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
README.crashpad

README.crashpad

Name: cpp-httplib
Short Name: cpp-httplib
URL: https://github.com/yhirose/cpp-httplib
Revision: 5b3187e2f9e77c672063d49a1167bbb563da023e
License: MIT
License File: cpp-httplib/LICENSE
Security Critical: no (test only)

Description:
A C++11 header-only HTTP library.

Local Modifications:
- Exclude test/ and example/ subdirs.
- Patch httplib.h to use #include "third_party/zlib/zlib_crashpad.h" instead of
  <zlib.h>.