Changeset 18686
- Timestamp:
- 09/03/08 01:08:40 (5 years ago)
- Location:
- lang/perl/HTTP-Engine/trunk
- Files:
-
- 1 added
- 2 modified
-
lib/HTTP/Engine/Interface/ServerSimple.pm (modified) (1 diff)
-
t/030_daemonize/path.t (added)
-
t/Utils.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface/ServerSimple.pm
r18269 r18686 49 49 handler => sub { 50 50 my $base = "http://$setup{localname}:$setup{localport}"; 51 my $uri = URI::WithBase->new( 52 $base . $setup{request_uri}, 53 $base . '/', 54 ); 51 55 $self->handle_request( 52 uri => URI::WithBase->new( 53 $base . $setup{request_uri}, 54 $base . '/', 55 ), 56 uri => $uri, 56 57 connection_info => { 57 58 method => $setup{method}, -
lang/perl/HTTP-Engine/trunk/t/Utils.pm
r18417 r18686 101 101 $args{poe_kernel_run} = ($interface eq 'POE') if $poe_kernel_run; 102 102 test_tcp( 103 client => $client_cb,103 client => sub { $client_cb->(@_, $interface) }, 104 104 server => sub { 105 105 my $poe_kernel_run = delete $args{poe_kernel_run};
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)