Tags: hummingbird-project/hummingbird-websocket
Tags
If we receive an upgrade request after not upgrading, return redirect… … and close connection (#108) * If we receive an websocket upgrade after not upgrading redirect and close connection * Include query in redirect * Fix for 5.10 * Add test for closing conenction on unexpected upgrade * Add detailed comment
Split WS client from server (#87) * Stage 1 - split into separate libraries internal to package * Make WebSocketType internal * swift format * Use swift-websocket * typo * Remove all client code/tests * Don't output docs for HummingbirdWS client/compression targets * Update docs * Temporarily use utf8-validation branch * Add validateUTF8 * Use swift-websocket 0.1.0 * Remove InvalidUTF8Frame tests from 5.10 * Remove HummingbirdWSCore files * Use swift-websocket 1.0 * Use Hummingbird 2.5 * Don't log inputClosed on upgrade as an error
PreviousNext