Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix access to freed mem in WS client after #23241
I was wrong in assuming that String had to survive long enough to avoid it, what actually needed to survive was the CharString obtained from the acsii() or utf8() function. At least according to valgrind
- Loading branch information