diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-02-11 21:25:57 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-02-11 21:25:57 +0100 |
commit | 379e22a4c0c00193b16fec3c46c4b68cdb63ee1a (patch) | |
tree | a7000e91d520d939e50c0e87243907f456643cb7 /methods/https.h | |
parent | dd61e64da1fbae01dc82bab3635c946718cc0eb0 (diff) |
remove the arbitrary MAXLEN limit for response lines (Closes: #658346)
Diffstat (limited to 'methods/https.h')
-rw-r--r-- | methods/https.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/methods/https.h b/methods/https.h index b7adeb880..3b57c7be6 100644 --- a/methods/https.h +++ b/methods/https.h @@ -11,8 +11,6 @@ #ifndef APT_HTTP_H #define APT_HTTP_H -#define MAXLEN 360 - #include <iostream> #include <curl/curl.h> |