et-nik / et-nik/phpwebsocket

Wrong HandShake final byte

Open
#15 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.