X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=trip.go;fp=trip.go;h=3ad6eb178f1dca2c24d738c883ae7481d5b3a65e;hb=cb0d759766dd7183adc00f097760fc82ff2796d0;hp=27d4e9e30beacd8239b3827d74fe45a97526d8af;hpb=de174016b8d0a6dadde991a1f265f75bd86d52fc;p=tofuproxy.git diff --git a/trip.go b/trip.go index 27d4e9e..3ad6eb1 100644 --- a/trip.go +++ b/trip.go @@ -58,10 +58,10 @@ type Round func( ) (bool, error) func roundTrip(w http.ResponseWriter, req *http.Request) { + fifos.SinkReq <- fmt.Sprintf("%s %s", req.Method, req.URL.String()) host := strings.TrimSuffix(req.URL.Host, ":443") for _, round := range []Round{ rounds.RoundNoHead, - rounds.RoundLog, rounds.RoundDenySpy, rounds.RoundRedditOld, rounds.RoundHabrImage,