diff options
author | jake <jake@jakes-mail.top> | 2022-09-22 13:40:39 -0400 |
---|---|---|
committer | jake <jake@jakes-mail.top> | 2022-09-22 13:40:39 -0400 |
commit | c91dfeb17e33a56163c8970b6a86b313243f1025 (patch) | |
tree | 032df094f346582c1aee2709c666e47d567c56b1 | |
parent | 60f0f0d97f58f62b842caf6397a757d2b59237a1 (diff) |
remove useless comments
-rwxr-xr-x | gmi.pl | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -7,7 +7,7 @@ use warnings; use 5.010; #use diagnostics; -our $VERSION = 'v0.18.2'; +our $VERSION = 'v0.18.3'; # Modules use IO::Socket::SSL; # CPAN @@ -138,14 +138,8 @@ while (my @ready = $sel->can_read) { my $fh = shift @ready; $cl = $fh->accept; - #my ($fh_sockhost, $fh_port, $clhost, $clport) = get_fh_data($fh, $cl); get_fh_data($fh, $cl, \%data); - ### $fh_sockhost - ### $fh_port - ### $clhost - ### $clport - maybe_fork() and next; ### before start_SSL @@ -208,9 +202,7 @@ while (my @ready = $sel->can_read) { goto CLOSE; }; $data{cl_path} = $url->{path}; - ### $data ### $url - # ## $path $data{cl_vhost} = $url->{host}; |