Skip to content

Commit

Permalink
WebSocket compression is now RFC 7692
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 8, 2015
1 parent 2791471 commit 1f160ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

6.36 2015-12-07
6.36 2015-12-08
- Improved Mojo::JSON performance slightly. (haarg)
- Improved inactivity_timeout helper to return the current controller object.

Expand Down
5 changes: 3 additions & 2 deletions lib/Mojo/Transaction/WebSocket.pm
Expand Up @@ -351,8 +351,9 @@ Mojo::Transaction::WebSocket - WebSocket transaction
=head1 DESCRIPTION
L<Mojo::Transaction::WebSocket> is a container for WebSocket transactions based
on L<RFC 6455|http://tools.ietf.org/html/rfc6455>. Note that 64-bit frames
require a Perl with support for quads or they are limited to 32-bit.
on L<RFC 6455|http://tools.ietf.org/html/rfc6455> and
L<RFC 7692|http://tools.ietf.org/html/rfc7692>. Note that 64-bit frames require
a Perl with support for quads or they are limited to 32-bit.
=head1 EVENTS
Expand Down

0 comments on commit 1f160ca

Please sign in to comment.