Skip to content

Commit

Permalink
Merge pull request #69 from sirn-se/server-connections
Browse files Browse the repository at this point in the history
URI decoding from phrity/net-uri
  • Loading branch information
sirn-se authored Jul 8, 2024
2 parents 126543e + 72bffbb commit 15e8151
Show file tree
Hide file tree
Showing 5 changed files with 485 additions and 13 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"require": {
"php": "^8.1",
"phrity/net-uri": "^2.0",
"phrity/net-uri": "^2.1",
"phrity/net-stream": "^2.0",
"phrity/util-errorhandler": "^1.1",
"psr/http-message": "^1.1 | ^2.0",
Expand Down
1 change: 1 addition & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* `onHandshake(...)` listener (will deprecate `onConnect(...)`) (@sirn-se)
* Server `setMaxConnections(int|null)` (@sirn-se)
* Server `shutdown()` orderly close server (@sirn-se)
* `phrity/net-uri v2.1` for URI decoding (@sirn-se)

### `3.0.0`

Expand Down
Loading

0 comments on commit 15e8151

Please sign in to comment.