summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-10-29 22:29:22 +0000
committerVincent Sanders <vince@kyllikki.org>2019-10-29 22:29:22 +0000
commit76eac192272acf77763d0c619cd78118650748cf (patch)
tree255a4a10b6e39e2c8f3c91afd0a16e85cddc2a3d /utils
parent1176ce427113face73c48c4b2e4e5a810577b355 (diff)
downloadnetsurf-76eac192272acf77763d0c619cd78118650748cf.tar.gz
netsurf-76eac192272acf77763d0c619cd78118650748cf.tar.bz2
add internal query page for request timeouts
Diffstat (limited to 'utils')
-rw-r--r--utils/corestringlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/corestringlist.h b/utils/corestringlist.h
index f0d39c605..e7516b18a 100644
--- a/utils/corestringlist.h
+++ b/utils/corestringlist.h
@@ -148,6 +148,7 @@ CORESTRING_LWC_VALUE(no_cache, "no-cache");
CORESTRING_LWC_VALUE(no_store, "no-store");
CORESTRING_LWC_VALUE(query_auth, "query/auth");
CORESTRING_LWC_VALUE(query_ssl, "query/ssl");
+CORESTRING_LWC_VALUE(query_timeout, "query/timeout");
/* mime types */
CORESTRING_LWC_VALUE(multipart_form_data, "multipart/form-data");
@@ -360,6 +361,7 @@ CORESTRING_DOM_VALUE(html_namespace, "http://www.w3.org/1999/xhtml");
CORESTRING_NSURL(about_blank, "about:blank");
CORESTRING_NSURL(about_query_ssl, "about:query/ssl");
CORESTRING_NSURL(about_query_auth, "about:query/auth");
+CORESTRING_NSURL(about_query_timeout, "about:query/timeout");
#undef CORESTRING_LWC_STRING
#undef CORESTRING_DOM_STRING