Let say i have 1 GCP http load balancer
and 2 webserver
in backend.
Now if 100 user(browser) hit my service, I know that load balancer has 100 tcp connection open.
But will loadbalancer also open 100 tcp connection to my webserver ?
In short: Does GCP http load balancer do tcp connection pooling
to my webservers or not?