~ubuntu-branches/ubuntu/natty/libpoe-component-server-simplehttp-perl/natty

« back to all changes in this revision

Viewing changes to lib/POE/Component/Server/SimpleHTTP.pm

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2010-12-12 15:26:06 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101212152606-ablrinnmy2to65ea
Tags: 2.06-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
use vars qw($VERSION);
7
7
 
8
 
$VERSION = '2.04';
 
8
$VERSION = '2.06';
9
9
 
10
10
use POE;
11
11
use POE::Wheel::SocketFactory;
921
921
      $kernel->call(
922
922
         $self->log2handler->{'SESSION'},
923
923
         $self->log2handler->{'EVENT'},
924
 
         $self->_requests->{$id}[3], $response
 
924
         $self->_requests->{$id}->request, $response
925
925
      );
926
926
 
927
927
      # Warn if we had a problem dispatching to the log handler above