curl-library
Re: defining HTTP_ONLY doesn't disable all protocols
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 19 Sep 2012 11:07:21 +0200 (CEST)
Received on 2012-09-19
Date: Wed, 19 Sep 2012 11:07:21 +0200 (CEST)
On Tue, 18 Sep 2012, Alex Loukissas wrote:
> These disappear when I define CURL_DISABLE_POP3 and CURL_DISABLE_SMTP.
> Should we perhaps add these two when user defines HTTP_ONLY?
Yes indeed, and there are a few other protocols as well we should disable too
- see my attached patch.
-- / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- TEXT/x-diff attachment: 0001-HTTP_ONLY-disable-more-protocols.patch