Skip to content

Commit 8cbb4cf

Browse files
committed
Remove duplicate id
1 parent 2a973f6 commit 8cbb4cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/client-concepts/connection-pooling/failover/falling-over.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ audit = await audit.TraceCall(
8181
);
8282
----
8383

84-
[[service-unavailable]]
84+
[[gateway-timeout]]
8585
=== 504 Gateway Timeout
8686

8787
Will be treated as an error that requires retrying

src/Tests/ClientConcepts/ConnectionPooling/Failover/FallingOver.doc.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public async Task Http503FallsOver()
7979
);
8080
}
8181

82-
/**[[service-unavailable]]
82+
/**[[gateway-timeout]]
8383
*=== 504 Gateway Timeout
8484
*
8585
* Will be treated as an error that requires retrying

0 commit comments

Comments
 (0)