[Modify] Polish it
This commit is contained in:
parent
c403715c1d
commit
5a3fc5f4cc
@ -608,6 +608,7 @@ namespace WebSocketSharp.Net
|
||||
private Encoding getContentEncoding ()
|
||||
{
|
||||
var val = _headers["Content-Type"];
|
||||
|
||||
if (val == null)
|
||||
return null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user