[Modify] Replace it
This commit is contained in:
parent
9c9e0c84c6
commit
5721c45838
@ -1029,7 +1029,7 @@ namespace WebSocketSharp.Net
|
||||
for (var i = 0; i < cnt; i++) {
|
||||
var name = GetKey (i);
|
||||
|
||||
if (IsMultiValue (name, response)) {
|
||||
if (isMultiValue (name, response)) {
|
||||
foreach (var val in GetValues (i))
|
||||
buff.AppendFormat ("{0}: {1}\r\n", name, val);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user