[Modify] Polish it

This commit is contained in:
sta 2018-03-16 17:34:40 +09:00
parent e274c7ac15
commit ca63816128

View File

@ -899,12 +899,12 @@ namespace WebSocketSharp.Server
? OnPut
: method == "DELETE"
? OnDelete
: method == "OPTIONS"
? OnOptions
: method == "TRACE"
? OnTrace
: method == "CONNECT"
? OnConnect
: method == "CONNECT"
? OnConnect
: method == "OPTIONS"
? OnOptions
: method == "TRACE"
? OnTrace
: null;
if (evt != null)