diff options
author | bptato <nincsnevem662@gmail.com> | 2024-02-16 14:07:05 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-02-16 14:07:05 +0100 |
commit | c65ad419a643100ada73a8e0ec9265eb3f313465 (patch) | |
tree | 6b9f4fd8ec237ca0b6af42319ea56c4644627799 /doc | |
parent | 96fd5ca88d9ca38824ccc0aebe4943fc37e1cfca (diff) | |
download | chawan-c65ad419a643100ada73a8e0ec9265eb3f313465.tar.gz |
gmifetch: clean up URL handling
extract_hostname is no more, hooray. + add standard error reporting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/protocols.md b/doc/protocols.md index 8a1d642f..bc490de8 100644 --- a/doc/protocols.md +++ b/doc/protocols.md @@ -78,10 +78,6 @@ Note that gmifetch was written as a candidate for the bonus/ directory when Chawan's local CGI support was still in early stages of development, and thus has some legacy issues. In particular: -* It takes the URL through `$QUERY_STRING`, and re-parses it for its needs. In - all likelihood it breaks on IPv6 URLs. Needless to say this is a bad idea - and should not be imitated. -* Error messages are returned as full documents. * It does not support proxies. * It does not support private key authentication. |