[Modify] Polish it

This commit is contained in:
sta 2021-01-04 22:31:31 +09:00
parent c403715c1d
commit 5a3fc5f4cc

View File

@ -608,6 +608,7 @@ namespace WebSocketSharp.Net
private Encoding getContentEncoding () private Encoding getContentEncoding ()
{ {
var val = _headers["Content-Type"]; var val = _headers["Content-Type"];
if (val == null) if (val == null)
return null; return null;