]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/http-private.h
Avoid infinite recursion on HTTP upgrade.
[thirdparty/cups.git] / cups / http-private.h
index d326a0a80e3fc569edc3993c7eb48210ced599b2..d0ea961a014c50c781a9c291377e049fb7e1afd4 100644 (file)
@@ -316,6 +316,7 @@ struct _http_s                              /**** HTTP connection structure ****/
 #  endif /* HAVE_GSSAPI */
 
   /**** New in CUPS 1.7 ****/
+  int                  tls_upgrade;    /* Non-zero if we are doing an upgrade */
   _http_mode_t         mode;           /* _HTTP_MODE_CLIENT or _HTTP_MODE_SERVER */
   char                 *accept_encoding,
                                        /* Accept-Encoding field */