Skip to content

Commit

Permalink
added experimental support for testing WebSockets with Test::Mojo
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 21, 2011
1 parent bf5631e commit 2549cc3
Show file tree
Hide file tree
Showing 9 changed files with 721 additions and 565 deletions.
3 changes: 2 additions & 1 deletion Changes
@@ -1,6 +1,7 @@
This file documents the revision history for Perl extension Mojolicious.

1.86 2011-08-20 00:00:00
1.86 2011-08-21 00:00:00
- Added EXPERIMENTAL support for testing WebSockets with Test::Mojo.
- Improved documentation.

1.85 2011-08-20 00:00:00
Expand Down
1 change: 0 additions & 1 deletion lib/Mojo/IOLoop/Resolver.pm
Expand Up @@ -124,7 +124,6 @@ sub lookup {
);
}

# "I can't believe it! Reading and writing actually paid off!"
sub resolve {
my ($self, $name, $type, $cb) = @_;

Expand Down
1 change: 0 additions & 1 deletion lib/Mojo/UserAgent.pm
Expand Up @@ -367,7 +367,6 @@ sub _loop {
return $self->{nb} ? Mojo::IOLoop->singleton : $self->ioloop;
}

# "Hey, Weener Boy... where do you think you're going?"
sub _proxy_connect {
my ($self, $old, $cb) = @_;

Expand Down
2 changes: 0 additions & 2 deletions lib/Mojo/UserAgent/Transactor.pm
Expand Up @@ -11,8 +11,6 @@ use Mojo::Transaction::WebSocket;
use Mojo::URL;
use Mojo::Util qw/encode url_escape/;

# "I cheated the wrong way!
# I wrote the Lisa name and gave the Ralph answers!"
sub form {
my $self = shift;
my $url = shift;
Expand Down

0 comments on commit 2549cc3

Please sign in to comment.