Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DPL: introduce a WebSocketHandler #5283

Merged
merged 1 commit into from Jan 26, 2021
Merged

DPL: introduce a WebSocketHandler #5283

merged 1 commit into from Jan 26, 2021

Conversation

ktf
Copy link
Member

@ktf ktf commented Jan 25, 2021

  • Minimal HTTP request handling
    • Simple request line
    • Headers
    • Chunked body
  • Minimal HTTP reply handling
    • Simple reply line
    • Headers
    • Chunked body
    • Calculate Sec-WebSockets-Accept correctly
  • Initial WebSocket frame decoder including:
    • multiple frames parsing

@ktf ktf requested a review from a team as a code owner January 25, 2021 12:12
@ktf
Copy link
Member Author

ktf commented Jan 25, 2021

Part of a larger refactoring.

@ktf ktf force-pushed the websocket branch 4 times, most recently from c45d301 to 2b962d2 Compare January 26, 2021 08:19
* Minimal HTTP request handling
  * Simple request line
  * Headers
  * Chunked body
* Minimal HTTP reply handling
  * Simple reply line
  * Headers
  * Chunked body
  * Calculate Sec-WebSockets-Accept correctly
* Initial WebSocket frame decoder including:
  * multiple frames parsing
@ktf ktf merged commit 9b68a21 into AliceO2Group:dev Jan 26, 2021
@ktf ktf deleted the websocket branch January 26, 2021 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant