X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=rounds%2FredirectHTML.go;h=291086df5cd7d368d79ec570ade5c251184cf312;hb=aca0f719ffa95e51420a625813f2f4cbf1d5397c;hp=2bf4ce2b25b7d2dca6ecc1409c557fd3756d5ac1;hpb=1b3ef99af2896156902264aaccced15426874484;p=tofuproxy.git diff --git a/rounds/redirectHTML.go b/rounds/redirectHTML.go index 2bf4ce2..291086d 100644 --- a/rounds/redirectHTML.go +++ b/rounds/redirectHTML.go @@ -1,5 +1,6 @@ /* -tofuproxy -- HTTP proxy with TLS certificates management +tofuproxy -- flexible HTTP/HTTPS proxy, TLS terminator, X.509 TOFU + manager, WARC/geminispace browser Copyright (C) 2021 Sergey Matveev This program is free software: you can redistribute it and/or modify @@ -77,7 +78,8 @@ func RoundRedirectHTML( location := resp.Header.Get("Location") w.Write([]byte( fmt.Sprintf( - `%d %s: %s redirection + ` +%d %s: %s redirection Redirection to %s`, resp.StatusCode, http.StatusText(resp.StatusCode), redirType, location, location,