[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 ? OnPut
: method == "DELETE" : method == "DELETE"
? OnDelete ? OnDelete
: method == "OPTIONS" : method == "CONNECT"
? OnOptions ? OnConnect
: method == "TRACE" : method == "OPTIONS"
? OnTrace ? OnOptions
: method == "CONNECT" : method == "TRACE"
? OnConnect ? OnTrace
: null; : null;
if (evt != null) if (evt != null)