[Modify] Edit it

This commit is contained in:
sta 2019-01-07 22:20:41 +09:00
parent 17dfa0bea7
commit 323c66a634

View File

@ -130,11 +130,11 @@ namespace WebSocketSharp.Net
{ {
var buff = new StringBuilder (); var buff = new StringBuilder ();
// 0: Nothing // 0: None
// 1: Right after '&' // 1: Right after '&'
// 2: Between '&' and ';' but no '#' // 2: Between '&' and ';' but no NCR
// 3: '#' found after '&' and getting numbers // 3: '#' found after '&' and getting numbers
// 4: 'x' found after "&#" and getting numbers // 4: 'x' found after '#' and getting numbers
var state = 0; var state = 0;
var reference = new StringBuilder (); var reference = new StringBuilder ();