gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 125/178: cookies: remove unused macro


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 125/178: cookies: remove unused macro
Date: Wed, 23 May 2018 12:26:00 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 85437697da9257e92a50c5613b7608ca5fa8a751
Author: Daniel Gustafsson <address@hidden>
AuthorDate: Fri Apr 27 00:54:21 2018 +0200

    cookies: remove unused macro
    
    Commit 2bc230de63 made the macro MAX_COOKIE_LINE_TXT become unused,
    so remove as it's not part of the published API.
    
    Closes https://github.com/curl/curl/pull/2537
---
 lib/cookie.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/cookie.h b/lib/cookie.h
index 299eb52e7..79b5928dc 100644
--- a/lib/cookie.h
+++ b/lib/cookie.h
@@ -69,7 +69,6 @@ struct CookieInfo {
 
 */
 #define MAX_COOKIE_LINE 5000
-#define MAX_COOKIE_LINE_TXT "4999"
 
 /* This is the maximum length of a cookie name or content we deal with: */
 #define MAX_NAME 4096

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]