Wrong HandShake final byte
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- PHP
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
Please provide any additional information below.
In the dohandshake function, you write on the socket $upgrade.chr(0) . Your
0x00 byte hasn't to be there. When you add the msg received to DOM, it's all ok
but if you print it with an alert, it won't print as there is still a 0x00 byte
at the beginning of the msg.
```
Original issue reported on code.google.com by `algar...@gmail.com` on 3 Aug 2010 at 6:38
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.