[Modify] Rename it
This commit is contained in:
parent
2636a9fd4f
commit
d75c10708a
@ -629,7 +629,9 @@ namespace WebSocketSharp.Net
|
|||||||
_context.Connection.Close (force);
|
_context.Connection.Close (force);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static string createContentType (string value, Encoding encoding)
|
private static string createContentTypeHeaderText (
|
||||||
|
string value, Encoding encoding
|
||||||
|
)
|
||||||
{
|
{
|
||||||
if (value.IndexOf ("charset=", StringComparison.Ordinal) > -1)
|
if (value.IndexOf ("charset=", StringComparison.Ordinal) > -1)
|
||||||
return value;
|
return value;
|
||||||
|
Loading…
Reference in New Issue
Block a user