-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "β¬ [cpp-httplib] π¨ Fix OpenSSL MacOS"
This reverts commit a8e7269.
- Loading branch information
1 parent
a8e7269
commit 3d5ae51
Showing
3 changed files
with
12 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cpp-httplib
updated
19 files
+2 β2 | .github/workflows/test.yaml | |
+41 β43 | CMakeLists.txt | |
+21 β49 | README.md | |
+28 β18 | cmake/FindBrotli.cmake | |
+2 β1 | example/Makefile | |
+1 β1 | example/benchmark.cc | |
+485 β1,034 | httplib.h | |
+0 β0 | httplibConfig.cmake.in | |
+1 β1 | meson.build | |
+9 β19 | test/CMakeLists.txt | |
+2 β3 | test/Makefile | |
+0 β10 | test/fuzzing/CMakeLists.txt | |
+1 β2 | test/fuzzing/server_fuzzer.cc | |
+3 β3 | test/fuzzing/standalone_fuzz_target_runner.cpp | |
+1 β1 | test/gtest/gtest-all.cc | |
+1 β23 | test/meson.build | |
+414 β1,129 | test/test.cc | |
+15 β15 | test/test_proxy.cc | |
+0 β1 | test/www/dir/meson.build |