Skip to content

Commit

Permalink
mention low-level status of some methods
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 27, 2016
1 parent 034ece4 commit 4ea4b70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions lib/Mojo/Transaction.pm
Expand Up @@ -168,13 +168,14 @@ L<Mojo::UserAgent>. Meant to be overloaded in a subclass.
$tx = $tx->closed;
All transaction data has been sent.
Same as L</"completed">, but also indicates that all transaction data has been
sent.
=head2 completed
$tx = $tx->completed;
Finalize transaction.
Low-level method to finalize transaction.
=head2 connection
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/Transaction/WebSocket.pm
Expand Up @@ -401,7 +401,8 @@ L<Mojo::UserAgent>.
$tx = $tx->closed;
All transaction data has been sent.
Same as L<Mojo::Transaction/"completed">, but also indicates that all
transaction data has been sent.
=head2 connection
Expand Down

0 comments on commit 4ea4b70

Please sign in to comment.