]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - rounds/redirectHTML.go
WARC
[tofuproxy.git] / rounds / redirectHTML.go
index e92a4f9bd03f80c9c4e508513fb2bb0bd07f7e56..d13047a14dc37a139c9d77fb1d6623765866df28 100644 (file)
@@ -1,5 +1,5 @@
 /*
-tofuproxy -- HTTP proxy with TLS certificates management
+tofuproxy -- flexible HTTP/WARC proxy with TLS certificates management
 Copyright (C) 2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
@@ -82,8 +82,8 @@ func RoundRedirectHTML(
                        resp.StatusCode, http.StatusText(resp.StatusCode),
                        redirType, location, location,
                )))
-       fifos.SinkRedir <- fmt.Sprintf(
-               "%s %s\t%s\t%s", req.Method, resp.Status, req.URL.String(), location,
+       fifos.LogRedir <- fmt.Sprintf(
+               "%s %s\t%s\t%s", req.Method, req.URL, resp.Status, location,
        )
        return false, nil
 }