Skip to content

Releases: Textalk/websocket-php

Fixed error message on broken frame

18 Aug 04:52
Compare
Choose a tag to compare

Corrected variable names in error message on broken frames.

Adding license information

08 May 14:01
Compare
Choose a tag to compare
Merge pull request #18 from Textalk/license

Adding ISC license.  Refs #13

Supporting huge payloads

24 Apr 10:08
Compare
Choose a tag to compare

Adding support for huge payloads, sending and receiving fragments.

Bugfix: Correcting address in error-message

11 Apr 05:46
Compare
Choose a tag to compare
Merge pull request #15 from QuentinBellus/master

Fixing full address in error

Add port in request-header

19 Mar 17:26
Compare
Choose a tag to compare

Bugfix: Add port in request-header.

Handling empty payloads

30 Jan 08:12
Compare
Choose a tag to compare

Fixing a bug from empty payloads.