From 170dc5d52419450edc440c054a94135c1cc1296a Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 5 Aug 2019 20:56:07 +0100 Subject: Excise the llcache query pathway. In further preparation for the auth and cert queries being handled as special contents from `about:` this excises the query pathway from the llcache pretty much entirely. Signed-off-by: Daniel Silverstone --- utils/errors.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/errors.h') diff --git a/utils/errors.h b/utils/errors.h index 9a0a9bc04..a54351530 100644 --- a/utils/errors.h +++ b/utils/errors.h @@ -59,6 +59,9 @@ typedef enum { NSERROR_NOSPACE, /**< Insufficient space */ NSERROR_BAD_SIZE, /**< Bad size */ NSERROR_NOT_IMPLEMENTED, /**< Functionality is not implemented */ + NSERROR_BAD_REDIRECT, /**< Fetch encountered a bad redirect */ + NSERROR_BAD_AUTH, /**< Fetch needs authentication data */ + NSERROR_BAD_CERTS, /**< Fetch needs certificate chain check */ } nserror; #endif -- cgit v1.2.3