Skip to content

Commit dd8c0a9

Browse files
authored
Update application-gateway-diagnostics.md
1 parent 69d3e76 commit dd8c0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/application-gateway-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ If the application gateway cannot complete the request, it stores one of the fol
226226
| ERRORINFO_INVALID_HOST |The value provided in the "Host" header is either missing, improperly formatted, or does not match the expected host value.Possible reasons: There is no Basic listener configured and none of the hostnames of the Multisite listener is matching with the host|
227227
| ERRORINFO_INVALID_CONTENT_LENGTH | The length of the content specified by the client in the content-Length header does not match the actual length of the content in the request|
228228
| ERRORINFO_INVALID_METHOD_TRACE | The client sent HTTP TRACE method which is not supported by the application gateway|
229-
| ERRORINFO_CLIENT_CLOSED_REQUEST | The client closed the connection with the application gateway before the idle timeout period elapsed.Check whether the client timeout period is greater than the [idle timeout period](./application-gateway-faq#what-are-the-settings-for-keep-alive-timeout-and-tcp-idle-timeout) for the application gateway |
229+
| ERRORINFO_CLIENT_CLOSED_REQUEST | The client closed the connection with the application gateway before the idle timeout period elapsed.Check whether the client timeout period is greater than the [idle timeout period](./application-gateway-faq.yml#what-are-the-settings-for-keep-alive-timeout-and-tcp-idle-timeout) for the application gateway |
230230
| ERRORINFO_REQUEST_URI_INVALID |Indicates issue with the Uniform Resource Identifier (URI) provided in the client's request |
231231
| ERRORINFO_HTTP_NO_HOST_HEADER | Client sent a request without Host header |
232232
| ERRORINFO_HTTP_TO_HTTPS_PORT | The client sent plain HTTP request to HTTPS port |

0 commit comments

Comments
 (0)