Skip to content

Commit

Permalink
Revert "Merge "Add skeleton implementation of a WebSocket server" fro…
Browse files Browse the repository at this point in the history
…m Piotr S"

This reverts commit 56be226, reversing
changes made to a189cdc. It does not
compile in C++17 mode.
  • Loading branch information
avikivity committed Nov 3, 2021
1 parent 56be226 commit 7ab0edf
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 453 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ add_library (seastar STATIC
include/seastar/util/variant_utils.hh
include/seastar/util/closeable.hh
include/seastar/util/source_location-compat.hh
include/seastar/websocket/server.hh
src/core/alien.cc
src/core/file.cc
src/core/fair_queue.cc
Expand Down Expand Up @@ -692,8 +691,7 @@ add_library (seastar STATIC
src/util/log.cc
src/util/program-options.cc
src/util/read_first_line.cc
src/util/tmp_file.cc
src/websocket/server.cc)
src/util/tmp_file.cc)

add_library (Seastar::seastar ALIAS seastar)

Expand Down
3 changes: 0 additions & 3 deletions demos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ if (${Seastar_API_LEVEL} GREATER_EQUAL 3)
SOURCES coroutines_demo.cc)
endif ()

seastar_add_demo (websocket
SOURCES websocket_demo.cc)

seastar_add_demo (echo
SOURCES echo_demo.cc)

Expand Down
50 changes: 0 additions & 50 deletions demos/websocket_demo.cc

This file was deleted.

129 changes: 0 additions & 129 deletions include/seastar/websocket/server.hh

This file was deleted.

Loading

0 comments on commit 7ab0edf

Please sign in to comment.