commit 964686ce0b77d06b8c954366db56e9a8d098b1d5 from: Omar Polo date: Thu Jan 27 10:57:45 2022 UTC remove unused function commit - e89f4739041b12a3984107704ad97bcf5f0aec26 commit + 964686ce0b77d06b8c954366db56e9a8d098b1d5 blob - 735a96f6d22b912d8947642609935fcd5dac84ac blob + 3a4e8f4970740c26f9af6abd9e8a581e5e63c69f --- regress/lib.sh +++ regress/lib.sh @@ -107,12 +107,6 @@ head() { $gg -T10 -d header $ggflags "gemini://localhost:10965/$1" || true } -# usage: raw -# return both header and body -raw() { - $gg -T10 -dwhole $ggflags "gemini://localhost:10965/$1" || true -} - # usage: fetch # fetches the header and the body. They're returned in $hdr and # $body.