Skip to content

Commit 6da65f5

Browse files
committed
feat(http): support websocket server
1 parent 5ccc9ee commit 6da65f5

File tree

1 file changed

+0
-9
lines changed
  • volo-http/src/server/utils

1 file changed

+0
-9
lines changed

volo-http/src/server/utils/ws.rs

-9
Original file line numberDiff line numberDiff line change
@@ -345,16 +345,7 @@ where
345345
})
346346
.unwrap()
347347
.clone()
348-
// protocol.clone()
349348
})
350-
// .into_iter()
351-
// .find(|protocol| {
352-
// req_protocols
353-
// .split(',')
354-
// .any(|req_protocol| req_protocol == *protocol)
355-
// })
356-
// .unwrap();
357-
// Some(protocol.clone())
358349
});
359350

360351
let callback = protocol

0 commit comments

Comments
 (0)