Does Ktor Client have a limit for how many request...
# ktor
m
Does Ktor Client have a limit for how many requests I can do in parallel? Let’s say I perform 2k requests to the same host using HTTP/2 & Apache engine. Would 2000 requests be sent out at once through a single connection? Or is there some hidden limitation?