From 382168173313f71ea9961e45b7f400f42d94e1cf Mon Sep 17 00:00:00 2001 From: Amirhossein Khalili Date: Tue, 16 Jun 2026 14:47:25 +0330 Subject: [PATCH] fix(docs): align websocket diagram labels --- docs/images/websocket-handshake.svg | 2 +- docs/images/websocket-history.svg | 30 ++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/images/websocket-handshake.svg b/docs/images/websocket-handshake.svg index 9b27b13..496d337 100644 --- a/docs/images/websocket-handshake.svg +++ b/docs/images/websocket-handshake.svg @@ -17,7 +17,7 @@ 2. 101 Switching Protocols - 3. Full-duplex frames over the same TCP connection + 3. Full-duplex frames over the same TCP connection diff --git a/docs/images/websocket-history.svg b/docs/images/websocket-history.svg index 4f74396..cc22a1c 100644 --- a/docs/images/websocket-history.svg +++ b/docs/images/websocket-history.svg @@ -7,25 +7,25 @@ - 1990s - Classic HTTP - request/response + 1990s + Classic HTTP + request/response - 2005 - AJAX polling - near-real-time web + 2005 + AJAX polling + near-real-time web - 2008 - WebSocket idea - HTML5 discussions + 2008 + WebSocket idea + HTML5 discussions - 2011 - RFC 6455 - standard protocol + 2011 + RFC 6455 + standard protocol - Today - Chat, games, - dashboards, IoT + Today + Chat, games, + dashboards, IoT Problem