Skip to content

Commit d8535f4

Browse files
Ankcornkodster28
andauthored
Update src/content/docs/workers/observability/errors.mdx
Co-authored-by: Kody Jackson <[email protected]>
1 parent 412df32 commit d8535f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/observability/errors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ The **Client disconnected by type** chart shows the number of client disconnect
257257

258258
| Client Disconnects | Meaning |
259259
| ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
260-
| `Response Stream Disconnected` | Connection was terminated during the deferred proxying stage of a Worker request flow. It commonly appears for longer lived connections such as WebSockets. |
260+
| `Response Stream Disconnected` | Connection was terminated during the deferred proxying stage of a Worker request flow. It commonly appears for longer lived connections such as [WebSockets](/workers/runtime-apis/websockets/). |
261261
| `Cancelled` | The Client disconnected before the Worker completed its response. |
262262

263263
## Debug exceptions with Workers Logs

0 commit comments

Comments
 (0)