Skip to content

Releases: arthurkushman/php-wss

Remove large payload on false ret

26 Jul 01:44
f04fa59
Compare
Choose a tag to compare
2.0.5

#69: Remove large payload on false ret (#70)

Add an ability to set $streamSelectTimeout = null

29 Mar 16:58
3c5be15
Compare
Choose a tag to compare

to provide configuration of stream_select with:

If seconds is null stream_select() can block indefinitely, returning only when an event on one of the watched streams occurs (or if a signal interrupts the system call).

Bug-fix stream_socket_accept(): Accept failed: Operation timed out

22 Oct 12:27
Compare
Choose a tag to compare
2.0.3

#59: Change timeout for stream_socket_accept to -1

Fix large payload unsaved and closed connection

20 Jun 12:47
Compare
Choose a tag to compare

When there is a large payload - server will save intermediate data for further processing

PHP-7.4 support, strict types, minor bug fixes

14 Mar 13:40
Compare
Choose a tag to compare

Add property strict types
Fix $isMask always true issue
phpunit >=9.4 support

Add SSL server run options

27 Dec 14:44
Compare
Choose a tag to compare
#51: Add SSL Server settings via ServerConfig

- fix setters to be fluent

Change DEFAULT_RESPONSE_HEADER value to 8192

20 Nov 09:36
Compare
Choose a tag to compare

What is the maximum size of HTTP header values?
Apache 8K
Nginx 4K-8K
IIS 8K-16K
Tomcat 8K - 48K

Fix method type detection on dynamic call of RFC web-socket supported methods

10 Mar 09:55
Compare
Choose a tag to compare
#hotfix: Fix method type detection on dynamic call of RFC web-socket …

…supported methods

Origin check implementation on server

11 Jan 10:55
Compare
Choose a tag to compare
  • Origin check implementation on server to check clients sending Origin header
  • Refactor looping method to make code more clean
  • Add more rules to .gitattributes to exclude extra files from zip archive

Fix CONNECT to proxy with pre-configured port

22 Dec 11:15
6b504d1
Compare
Choose a tag to compare
1.5.2

#41: Add proxy port + resp match const (#44)