Skip to content

Update code comments to reflect recent changes#59

Merged
JoshuaAFerguson merged 1 commit into
mainfrom
claude/update-code-comments-01SuXoHgLtdgaa7ePMdaKaRr
Nov 17, 2025
Merged

Update code comments to reflect recent changes#59
JoshuaAFerguson merged 1 commit into
mainfrom
claude/update-code-comments-01SuXoHgLtdgaa7ePMdaKaRr

Conversation

@JoshuaAFerguson

Copy link
Copy Markdown
Member

Update code comments to better explain recent WebSocket-related changes:

  • CORS middleware: Add comprehensive documentation explaining WebSocket headers required for real-time features (Upgrade, Connection, Sec-WebSocket-Key, etc.) and their purpose in the handshake process

  • Auth middleware: Document WebSocket-specific error handling that returns status codes only (no JSON body) to maintain protocol compatibility with WebSocket upgrader

These comment improvements reflect the recent fixes for WebSocket connections (commits 1c9be1f, 9e02842) and clarify implementation details for future developers.

Update code comments to better explain recent WebSocket-related changes:

- CORS middleware: Add comprehensive documentation explaining WebSocket
  headers required for real-time features (Upgrade, Connection,
  Sec-WebSocket-Key, etc.) and their purpose in the handshake process

- Auth middleware: Document WebSocket-specific error handling that
  returns status codes only (no JSON body) to maintain protocol
  compatibility with WebSocket upgrader

These comment improvements reflect the recent fixes for WebSocket
connections (commits 1c9be1f, 9e02842) and clarify implementation
details for future developers.
@JoshuaAFerguson JoshuaAFerguson merged commit 4991160 into main Nov 17, 2025
8 of 23 checks passed
@JoshuaAFerguson JoshuaAFerguson deleted the claude/update-code-comments-01SuXoHgLtdgaa7ePMdaKaRr branch November 17, 2025 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants