Skip to content

Commit

Permalink
remove quic
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Zhang <[email protected]>
  • Loading branch information
danzh1989 committed Aug 22, 2019
1 parent 02c116c commit 2e10b24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/server/well_known_names.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ namespace Server {
class UdpListenerNameValues {
public:
const std::string RawUdp = "raw_udp_listener";
const std::string Quic = "quic_listener";
};

using UdpListenerNames = ConstSingleton<UdpListenerNameValues>;
Expand Down

0 comments on commit 2e10b24

Please sign in to comment.