/[cwmp]/google/t/30-server.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /google/t/30-server.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 41 by dpavlin, Tue Jun 19 18:11:37 2007 UTC revision 42 by dpavlin, Tue Jun 19 18:37:24 2007 UTC
# Line 36  if ( $pid = fork ) { Line 36  if ( $pid = fork ) {
36          die "can't fork";          die "can't fork";
37  }  }
38    
   
39  ok( my $s = Net::HTTP->new(Host => "localhost:$port"), 'client' );  ok( my $s = Net::HTTP->new(Host => "localhost:$port"), 'client' );
40  #$s->keepalive( 1 );  $s->keep_alive( 1 );
41    
42  ok( $s->write_request(  ok( $s->write_request(
43          POST => '/',          POST => '/',

Legend:
Removed from v.41  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26