Skip to content

Commit

Permalink
Support close() on reader/writer handles, bump ver.
Browse files Browse the repository at this point in the history
Separates the reader/writer from the main connection object.

Terminating writes with `$w->write(undef)` no longer works.

Fix up a bunch of amateur XS mistakes in the process.
  • Loading branch information
stash committed May 13, 2010
1 parent 276260c commit 0874283
Show file tree
Hide file tree
Showing 7 changed files with 277 additions and 108 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,4 +1,8 @@
Revision history for Perl extension Feersum Revision history for Perl extension Feersum


0.02 Fri Apr 23 10:55:54 2010
Renamed a good chunk of the functions & classes.
Made psgi.input and stream-writer objects separate from the main connection class.

0.01 Fri Apr 23 10:55:54 2010 0.01 Fri Apr 23 10:55:54 2010
Started project. Started project.

0 comments on commit 0874283

Please sign in to comment.