summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes6
-rw-r--r--lib/POE/Component/Client/WebSocket.pm2
2 files changed, 7 insertions, 1 deletions
diff --git a/Changes b/Changes
index 7d3388f..0591842 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
Revision history for POE-Component-Client-WebSocket
+0.28 01/05/2021 13:07 UTC
+ Include hostname in SNI
+ Correct ignored path in URL
+ Use \r\n line endings in HTTP requests
+ Choose HTTPS protocol for Origin header
+
0.27 01/05/2017 07:49
Connected missing socket_death handler (alerts of upstream disconnected)
diff --git a/lib/POE/Component/Client/WebSocket.pm b/lib/POE/Component/Client/WebSocket.pm
index c2e2ccd..2573b74 100644
--- a/lib/POE/Component/Client/WebSocket.pm
+++ b/lib/POE/Component/Client/WebSocket.pm
@@ -5,7 +5,7 @@ use strict;
use warnings;
use vars qw($VERSION);
-$VERSION = '0.27';
+$VERSION = '0.28';
use Carp qw(carp croak);
use Errno qw(ETIMEDOUT ECONNRESET);