We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba0d8f commit 8b2b29eCopy full SHA for 8b2b29e
doc/doxygen.cfg.in
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
32
# title of most generated pages and in a few other places.
33
# The default value is: My Project.
34
35
-PROJECT_NAME = "libhttpc"
+PROJECT_NAME = "libhttpclient"
36
37
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
38
# could be handy for archiving the generated documentation or if some version
src/httpclient/init_guard.cpp
@@ -122,7 +122,7 @@ void init_guard::thread_func()
122
123
if (rc != CURLM_OK) {
124
utki::log([](auto& o) {
125
- o << "curl_multi_poll() failed, terminating httpcread" << std::endl;
+ o << "curl_multi_poll() failed" << std::endl;
126
});
127
break;
128
}
0 commit comments