Merge branch release/v9.1.0 into hotfix/v9.2.0

This commit is contained in:
papacarlo
2025-10-28 11:58:13 +00:00
2 changed files with 6 additions and 0 deletions

View File

@ -1 +1,2 @@
socket.io-client-cpp/
socketio.data

View File

@ -0,0 +1,5 @@
<<<<<<<
if((c >= 'a' && c <= 'z') || (c>= 'A' && c<= 'Z') || (c >= '0' && c<= '9')){
=======
if((c >= 'a' && c <= 'z') || (c>= 'A' && c<= 'Z') || (c >= '0' && c<= '9') || ('-' == c) || ('_' == c) || ('.' == c) || ('~' == c)){
>>>>>>>