[Modify] Polish it
This commit is contained in:
parent
ce42b036e3
commit
4b78b9dc84
@ -71,7 +71,10 @@ namespace WebSocketSharp.Net
|
||||
static WebHeaderCollection ()
|
||||
{
|
||||
_headers =
|
||||
new Dictionary<string, HttpHeaderInfo> (StringComparer.InvariantCultureIgnoreCase) {
|
||||
new Dictionary<string, HttpHeaderInfo> (
|
||||
StringComparer.InvariantCultureIgnoreCase
|
||||
)
|
||||
{
|
||||
{
|
||||
"Accept",
|
||||
new HttpHeaderInfo (
|
||||
|
Loading…
Reference in New Issue
Block a user