From 03b908744612faed82d9233f3b6d4af70368cf3c Mon Sep 17 00:00:00 2001 From: indexzero Date: Tue, 17 May 2011 21:36:49 -0400 Subject: [PATCH] [doc minor] Update docs and code docs for v0.5.3 release --- README.md | 3 ++- lib/node-http-proxy.js | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c8b243..df43bd4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# node-http-proxy - v0.5.0 +# node-http-proxy - v0.5.3 @@ -49,6 +49,7 @@ In each of these scenarios node-http-proxy can handle any of these types of requ 1. HTTP Requests (http://) 2. HTTPS Requests (https://) 3. WebSocket Requests (ws://) +4. Secure WebSocket Requests (wss://) See the [examples][3] for more working sample code. diff --git a/lib/node-http-proxy.js b/lib/node-http-proxy.js index 9c55755..87de4f5 100644 --- a/lib/node-http-proxy.js +++ b/lib/node-http-proxy.js @@ -32,9 +32,9 @@ var util = require('util'), maxSockets = 100; // -// ### Version 0.5.0 +// ### Version 0.5.3 // 5/17/2011 // -exports.version = [0, 5, 0]; +exports.version = [0, 5, 3]; // // ### function _getAgent (host, port, secure)