mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
Fix typos (#1517)
This commit is contained in:
parent
1ebb8412c5
commit
9f7ae0737a
6 changed files with 23 additions and 23 deletions
|
@ -193,7 +193,7 @@ void DigestAuthTestFromHTTPWatch(T& cli) {
|
|||
}
|
||||
|
||||
// NOTE: Until httpbin.org fixes issue #46, the following test is commented
|
||||
// out. Plese see https://httpbin.org/digest-auth/auth/hello/world
|
||||
// out. Please see https://httpbin.org/digest-auth/auth/hello/world
|
||||
// cli.set_digest_auth("bad", "world");
|
||||
// for (auto path : paths) {
|
||||
// auto res = cli.Get(path.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue