X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=rounds%2FredirectHTML.go;h=6a7e1fbfd4d2789fd4f920f4b9fe157f7911cb4f;hb=6eee3c6c83cc535855e254426a90f7a2abba04ce;hp=d13047a14dc37a139c9d77fb1d6623765866df28;hpb=bae1cfe5ce46a1b758ccc4dddda2751b6ac47f3e;p=tofuproxy.git diff --git a/rounds/redirectHTML.go b/rounds/redirectHTML.go index d13047a..6a7e1fb 100644 --- a/rounds/redirectHTML.go +++ b/rounds/redirectHTML.go @@ -1,5 +1,6 @@ /* -tofuproxy -- flexible HTTP/WARC proxy with TLS certificates management +tofuproxy -- flexible HTTP proxy, TLS terminator, X.509 certificates + manager, WARC/Gemini 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,