Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.02. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index 8cc36de..dd3b746 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 Revision history for Perl extension Plack::Server::ReverseHTTP

+0.02  Tue Jan  5 05:32:11 PST 2010
+        - Added (a little hacky but working) psgi.streaming support
+
 0.01  Mon Oct 12 23:46:04 2009
         - original version
  • Loading branch information
miyagawa committed Jan 5, 2010
1 parent 1453929 commit 4961ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,4 +1,7 @@
Revision history for Perl extension Plack::Server::ReverseHTTP Revision history for Perl extension Plack::Server::ReverseHTTP


0.02 Tue Jan 5 05:32:11 PST 2010
- Added (a little hacky but working) psgi.streaming support

0.01 Mon Oct 12 23:46:04 2009 0.01 Mon Oct 12 23:46:04 2009
- original version - original version
2 changes: 1 addition & 1 deletion lib/Plack/Server/ReverseHTTP.pm
@@ -1,7 +1,7 @@
package Plack::Server::ReverseHTTP; package Plack::Server::ReverseHTTP;
use strict; use strict;
use 5.008_001; use 5.008_001;
our $VERSION = '0.01'; our $VERSION = '0.02';


use AnyEvent::ReverseHTTP; use AnyEvent::ReverseHTTP;
use HTTP::Message::PSGI; use HTTP::Message::PSGI;
Expand Down

0 comments on commit 4961ba1

Please sign in to comment.