/[scripts]/trunk/mitm-ssl.pl
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 /trunk/mitm-ssl.pl

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

revision 127 by dpavlin, Tue Jan 5 15:14:03 2010 UTC revision 128 by dpavlin, Wed Jan 6 15:02:57 2010 UTC
# Line 89  my $num = 0; Line 89  my $num = 0;
89    
90  while (1) {  while (1) {
91      my $ch = $ah->accept();      my $ch = $ah->accept();
92        if ( !$ch ) { print STDERR "cannot accept: $! ", IO::Socket::SSL::errstr(), "\n" ; next; }
93      if ( !$ch ) { print STDERR "cannot accept: $!\n"; next; }      if ( !$ch ) { print STDERR "cannot accept: $!\n"; next; }
94      ++$num;      ++$num;
95      my $pid = fork();      my $pid = fork();

Legend:
Removed from v.127  
changed lines
  Added in v.128

  ViewVC Help
Powered by ViewVC 1.1.26