Skip to content

Commit 61e02ca

Browse files
authored
Merge pull request #196497 from JackStromberg/patch-64
Adding v1 HTTP 0 response code
2 parents cd23fd0 + 7e13f38 commit 61e02ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/http-response-codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ An HTTP 408 response can be observed when client requests to the frontend listen
7474

7575
#### 499 – Client closed the connection
7676

77-
An HTTP 499 response is presented if a client request that is sent to application gateways using v2 sku is closed before the server finished responding. This error can be observed when a large response is returned to the client, but the client may have closed or refreshed their browser/application before the server had a chance to finish responding.
77+
An HTTP 499 response is presented if a client request that is sent to application gateways using v2 sku is closed before the server finished responding. This error can be observed when a large response is returned to the client, but the client may have closed or refreshed their browser/application before the server had a chance to finish responding. In application gateways using v1 sku, an HTTP 0 response code may be raised for the client closing the connection before the server has finished responding as well.
7878

7979

8080
## 5XX response codes (server error)

0 commit comments

Comments
 (0)