astro

a POSIX shell compatible gemini client (mirror of https://github.com/blmayer/astro)
git clone https://git.clttr.info/astro.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit d0c79600d3c4824aefda02fef9b71a48881ee9fd
parent 7e21b5bb7d8ee9f1ed8671acecfb38fb791b20e7
Author: René Wagner <rwa@clttr.info>
Date:   Thu, 17 Aug 2023 19:11:06 +0200

Treat status code 30 and 31 as redirects

Diffstat:
Mastro | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/astro b/astro @@ -317,7 +317,7 @@ EOF url="$1://$2:$3/$4?$(urlencode "$input")" return 0 ;; - 31|32) + 30|31) # Redirect debug "redirecting to: $meta"