More fixes to optiomal node search.
Support for replying to UTF-8 chat messages. Minor refactoring.
This commit is contained in:
parent
1d3910d629
commit
a186f33ffb
18 changed files with 488 additions and 189 deletions
|
|
@ -236,10 +236,10 @@ private:
|
|||
break;
|
||||
|
||||
default:
|
||||
symbols++;
|
||||
++symbols;
|
||||
break;
|
||||
}
|
||||
pos++;
|
||||
++pos;
|
||||
}
|
||||
String response (reinterpret_cast <const char *> (buffer));
|
||||
size_t responseCodeStart = response.find ("HTTP/1.1");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue