summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/title.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/title.c b/bin/title.c
index 199c18d8..a773cc7c 100644
--- a/bin/title.c
+++ b/bin/title.c
@@ -158,6 +158,7 @@ int main(int argc, char *argv[]) {
 	curl_easy_setopt(curl, CURLOPT_ACCEPT_ENCODING, "");
 	curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L);
 	curl_easy_setopt(curl, CURLOPT_MAXREDIRS, 3L);
+	curl_easy_setopt(curl, CURLOPT_FAILONERROR, 1L);
 
 	curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, handleBody);
 
href='/src/commit/www/text.causal.agency/Makefile?id=5ae6e820fe03a2638844537b8acf7cffb10f6c57&follow=1'>Publish "IRC suite"June McEnroe 2020-06-17Add errors to link.shJune McEnroe