Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/docs/network/websockets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading