Skip to content

Commit c14b6ec

Browse files
committed
added info about tcp idle timeout and keep alive timeout
1 parent ca46127 commit c14b6ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/application-gateway/application-gateway-faq.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ sections:
7777
7878
For HTTP/2 connections to the frontend IP address on Application Gateway v2 SKU, the idle timeout is set to 180 seconds and is nonconfigurable.
7979
80+
When Keep-Alive timeout and TCP idle timeout are working together, the connection idle timeout in combination will be the value of the TCP idle timeout. This is because closing the TCP idle timeout will knock off the http connection. However, closing the http connection will not affect the TCP connection.
81+
8082
- question: Does Application Gateway reuse the TCP connection that's established with a backend server?
8183
answer: Yes. Application Gateway reuses the existing TCP connections with a backend server.
8284

0 commit comments

Comments
 (0)