From 1f277cc2e65fd70b907cb870701b165d359f4ea7 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sun, 3 Mar 2013 14:17:47 +0200 Subject: [PATCH] quvi/const: Remove qoo_http_user_agent quvi.http.header provides a way to set the UA. Signed-off-by: Toni Gundogdu --- share/common/quvi/const.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/share/common/quvi/const.lua b/share/common/quvi/const.lua index f247107..581526a 100644 --- a/share/common/quvi/const.lua +++ b/share/common/quvi/const.lua @@ -51,7 +51,6 @@ M.qoo_croak_if_error = 0x01 -- Terminate if an error occurs M.qoo_fetch_from_charset = 0x20 -- Convert (to UTF-8) from this charset -- http M.qoo_http_cookie_mode = 0x40 -- HTTP cookie function -M.qoo_http_user_agent = 0x41 -- Identify to HTTP servers as -- crypto M.qoo_crypto_cipher_flags = 0x60 -- Cipher flags M.qoo_crypto_cipher_mode = 0x61 -- Cipher mode -- 2.11.4.GIT