]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - trip.go
I stopped using Xombrero
[tofuproxy.git] / trip.go
diff --git a/trip.go b/trip.go
index 975776b13d8ad2b7a495960ef8500a1d3667c51b..4f3e1d6de56ac6e86bf174abe481caf9227d5ae1 100644 (file)
--- a/trip.go
+++ b/trip.go
@@ -65,7 +65,6 @@ func roundTrip(w http.ResponseWriter, req *http.Request) {
        fifos.LogReq <- fmt.Sprintf("%s %s", req.Method, req.URL)
        host := strings.TrimSuffix(req.URL.Host, ":443")
        for _, round := range []Round{
-               rounds.RoundNoHead,
                rounds.RoundGemini,
                rounds.RoundWARC,
                rounds.RoundDenySpy,