Skip to content

Commit d99c81d

Browse files
Merge pull request #294247 from Harikrishnan-M-B/patch-27
Update front-door-limits for header timeout and keep alive
2 parents cec675e + f8e3c45 commit d99c81d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

includes/front-door-limits.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191

9292
##### From Client to Front Door
9393

94-
* Front Door has an idle TCP connection timeout of 61 seconds.
94+
* Header timeout - After establishing TCP/TLS connection, Front Door has a 5-second timeout for receiving all headers from the client. The connection is terminated if the client doesn't send headers within 5 seconds. You can't configure this timeout value.
95+
* HTTP keep-alive timeout - Front Door has a 90-second HTTP keep-alive timeout. The connection is terminated if the client doesn't send data for 90 seconds. You can't configure this timeout value.
9596

9697
##### Front Door to application back-end
9798

0 commit comments

Comments
 (0)