Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
we support the ietf-16 WebSocket spec
  • Loading branch information
kraih committed Sep 28, 2011
1 parent b3fc4c4 commit 1247311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changes
@@ -1,6 +1,6 @@
This file documents the revision history for Perl extension Mojolicious.

1.99 2011-09-27 00:00:00
1.99 2011-09-29 00:00:00
- Deprecated direct hash access to the flash in
Mojolicious::Controller.
- Added EXPERIMENTAL group function to Mojolicious::Lite.
Expand All @@ -9,7 +9,7 @@ This file documents the revision history for Perl extension Mojolicious.
- Added EXPERIMENTAL accepts attribute to Mojo::IOLoop::Server.
- Added EXPERIMENTAL profile helper.
- Added EXPERIMENTAL binary support to Mojo::Transaction::WebSocket.
- Updated WebSocket implementation to ietf-15.
- Updated WebSocket implementation to ietf-16.
- Changed default upgrade timeout of Hypnotoad from 30 to 60 seconds.
- Improved accept performance of all built-in servers by up to 1000%
with the EV backend.
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-15.txt>.
L<http://www.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-16.txt>.
Note that this module is EXPERIMENTAL and might change without warning!
=head1 ATTRIBUTES
Expand Down

0 comments on commit 1247311

Please sign in to comment.