Skip to content

Commit

Permalink
mention acceptor ids
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 2, 2015
1 parent 7278488 commit 45ac0d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

6.28 2015-11-01
6.28 2015-11-02
- Improved build_app method in Mojo::Server to work more like the load_app
method.
- Fixed multi-line attribute bug in Mojo::DOM::HTML. (jamadam)
Expand Down
5 changes: 4 additions & 1 deletion lib/Mojo/Server/Daemon.pm
Expand Up @@ -311,7 +311,10 @@ implements the following new ones.
my $acceptors = $daemon->acceptors;
$daemon = $daemon->acceptors([]);
Active acceptors.
Active acceptor ids.
# Check port
mu $port = $daemon->ioloop->acceptor($daemon->acceptors->[0])->port;
=head2 backlog
Expand Down

0 comments on commit 45ac0d8

Please sign in to comment.