mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 13:30:33 +00:00
Change both code snippets to use the same test URL (#20647)
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
## proc asyncProc(): Future[string] {.async.} =
|
||||
## var client = newAsyncHttpClient()
|
||||
## try:
|
||||
## return await client.getContent("http://example.com")
|
||||
## return await client.getContent("http://google.com")
|
||||
## finally:
|
||||
## client.close()
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user