Skip to content

Commit

Permalink
we support ietf-15 WebSockets
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 20, 2011
1 parent f15b1b3 commit 029a624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changes
@@ -1,13 +1,13 @@
This file documents the revision history for Perl extension Mojolicious.

1.99 2011-09-18 00:00:00
1.99 2011-09-20 00:00:00
- Deprecated direct hash access to the flash in
Mojolicious::Controller.
- Added EXPERIMENTAL build_frame and parse_frame methods to
Mojo::Transaction::WebSocket.
- Added EXPERIMENTAL profile helper.
- Added EXPERIMENTAL binary support to Mojo::Transaction::WebSocket.
- Updated WebSocket implementation to ietf-14.
- Updated WebSocket implementation to ietf-15.
- Improved documentation.
- Fixed small redirect_to bug. (judofyr, sri)
- Fixed small attribute selector bug in Mojo::DOM::CSS.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Transaction/WebSocket.pm
Expand Up @@ -365,7 +365,7 @@ Mojo::Transaction::WebSocket - WebSocket Transaction Container
L<Mojo::Transaction::WebSocket> is a container for WebSocket transactions as
described in
L<http://www.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-14.txt>.
L<http://www.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-15.txt>.
Note that this module is EXPERIMENTAL and might change without warning!
=head1 ATTRIBUTES
Expand Down

0 comments on commit 029a624

Please sign in to comment.