commit 04ab4c192a0fc027d6e0f5a74fde5e27bf34f1b9 from: Omar Polo via: Thomas Adam date: Thu Apr 25 14:57:36 2024 UTC http-server: cleanup (unused) global state commit - 8c61ad04ec88db3975dc53ba6e4d20ba8d604643 commit + 04ab4c192a0fc027d6e0f5a74fde5e27bf34f1b9 blob - e9cb26e4d40d296c9874cae58ec8fcddcd322d04 blob + ed3b1f41c1f9afd57e3a1c0dea51559d58f99977 --- regress/cmdline/http-server +++ regress/cmdline/http-server @@ -45,18 +45,6 @@ $SIG{'PIPE'} = 'IGNORE'; my $repo_root = $ARGV[0]; -my $clientbuf; -my $cr; -my $gitbuf; -my $gw; -my $w; -my $bufsize = 65536; -my $timeout = 10; -my $ev; -my $resp; -my $ret; -my $gitpid = -1; - sub handle_get { my ($req, $client) = @_; my $done = 0;