diff options
author | B. Stack <bgstack15@gmail.com> | 2023-07-24 15:08:16 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-07-24 15:08:16 -0400 |
commit | 69e12f5bd10459ff7c239b82519107ae2a755bc0 (patch) | |
tree | 8b22393241df7e46686c9426140582bd747a6d5a /zen/http.cpp | |
parent | add upstream 12.4 (diff) | |
download | FreeFileSync-69e12f5bd10459ff7c239b82519107ae2a755bc0.tar.gz FreeFileSync-69e12f5bd10459ff7c239b82519107ae2a755bc0.tar.bz2 FreeFileSync-69e12f5bd10459ff7c239b82519107ae2a755bc0.zip |
add upstream 12.5
Diffstat (limited to 'zen/http.cpp')
-rw-r--r-- | zen/http.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zen/http.cpp b/zen/http.cpp index e1a828c1..8cdcd65c 100644 --- a/zen/http.cpp +++ b/zen/http.cpp @@ -207,7 +207,6 @@ private: void cleanup() { asyncStreamIn_->setReadError(std::make_exception_ptr(ThreadStopRequest())); - warn_static("log on error!") } std::shared_ptr<AsyncStreamBuffer> asyncStreamIn_ = std::make_shared<AsyncStreamBuffer>(HTTP_STREAM_BUFFER_SIZE); |