From 6c10e46ac9ff9a88edc9115569afe0e4ff25da19 Mon Sep 17 00:00:00 2001 From: Chris Martinelli <56095825+chris-martinelli@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:37:36 -0600 Subject: [PATCH 1/3] Update websockets.mdx added note about session duration with EdgeStartTimestamp and EdgeEndTimestamp --- src/content/docs/network/websockets.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/network/websockets.mdx b/src/content/docs/network/websockets.mdx index b3a93a3cea77f5a..881e0c8e1d2cba9 100644 --- a/src/content/docs/network/websockets.mdx +++ b/src/content/docs/network/websockets.mdx @@ -71,3 +71,5 @@ When Cloudflare releases new code to its global network, we may restart servers, Investigating issues with Websocket can be facilitated with client tools like [wscat](https://github.com/websockets/wscat). Being able to reproduce an issue on a single URL with a minimalistic tool helps narrowing down the issue. + +When looking at [HTTP requests logs](/logs/reference/log-fields/zone/http_requests/) note that the EdgeStartTimestamp and EdgeStopTimestamp fields represent the duration of the websocket connection and is not just a representation of the initial HTTP connection. From a403d5deb05c628f12100261d67d8dbe186613b3 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:58:21 +0000 Subject: [PATCH 2/3] Hyperlint suggestion Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> --- src/content/docs/network/websockets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/network/websockets.mdx b/src/content/docs/network/websockets.mdx index 881e0c8e1d2cba9..316e2f6e83d884e 100644 --- a/src/content/docs/network/websockets.mdx +++ b/src/content/docs/network/websockets.mdx @@ -72,4 +72,4 @@ When Cloudflare releases new code to its global network, we may restart servers, Investigating issues with Websocket can be facilitated with client tools like [wscat](https://github.com/websockets/wscat). Being able to reproduce an issue on a single URL with a minimalistic tool helps narrowing down the issue. -When looking at [HTTP requests logs](/logs/reference/log-fields/zone/http_requests/) note that the EdgeStartTimestamp and EdgeStopTimestamp fields represent the duration of the websocket connection and is not just a representation of the initial HTTP connection. +When looking at [HTTP requests logs](/logs/reference/log-fields/zone/http_requests/) note that the EdgeStartTimestamp and EdgeStopTimestamp fields represent the duration of the WebSocket connection and is not just a representation of the initial HTTP connection. From 04e05ca80113cce940a067e5c7467d72c454faf3 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:02:41 +0000 Subject: [PATCH 3/3] PCX review --- src/content/docs/network/websockets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/network/websockets.mdx b/src/content/docs/network/websockets.mdx index 316e2f6e83d884e..ebe01883db21fe6 100644 --- a/src/content/docs/network/websockets.mdx +++ b/src/content/docs/network/websockets.mdx @@ -72,4 +72,4 @@ When Cloudflare releases new code to its global network, we may restart servers, Investigating issues with Websocket can be facilitated with client tools like [wscat](https://github.com/websockets/wscat). Being able to reproduce an issue on a single URL with a minimalistic tool helps narrowing down the issue. -When looking at [HTTP requests logs](/logs/reference/log-fields/zone/http_requests/) note that the EdgeStartTimestamp and EdgeStopTimestamp fields represent the duration of the WebSocket connection and is not just a representation of the initial HTTP connection. +The `EdgeStartTimestamp` and `EdgeStopTimestamp` fields in [HTTP requests logs](/logs/reference/log-fields/zone/http_requests/) represent the duration of the WebSocket connection (they do not represent the initial HTTP connection).