[PATCH] D112753: [llvm] [Support] Add CURL HTTP Client.

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 19 12:14:36 PST 2021


noajshu updated this revision to Diff 388594.
noajshu marked an inline comment as done.
noajshu added a comment.

All return paths from Curl-enabled `HTTPClient::perform` after initialization of `CurlHTTPRequest` pass back the `CurlRequest.ErrorState` so it gets checked.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112753/new/

https://reviews.llvm.org/D112753

Files:
  llvm/CMakeLists.txt
  llvm/include/llvm/Config/llvm-config.h.cmake
  llvm/include/llvm/Support/HTTPClient.h
  llvm/lib/Support/CMakeLists.txt
  llvm/lib/Support/HTTPClient.cpp
  llvm/lib/Support/InitLLVM.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112753.388594.patch
Type: text/x-patch
Size: 7020 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211119/1a0b5fb6/attachment.bin>


More information about the llvm-commits mailing list