networking
2 pagesCommunicate reliably between GCP and on-prem
This guide shows you how to configure HTTP clients to handle firewall timeouts when calling on-premises services from GCP.
HTTP client connection management
HTTP clients reuse connections from a pool to avoid repeating the TCP and TLS handshake on every request. This is almost always what you want, but connection reuse assumes a pooled connection isβ¦