From f9c7a55c12e7cc73b60c9b62cb6313b974e0830f Mon Sep 17 00:00:00 2001 From: hadley Date: Sun, 24 Aug 2014 14:21:34 -0500 Subject: [PATCH] Remove old note --- R/perform.R | 2 -- 1 file changed, 2 deletions(-) diff --git a/R/perform.R b/R/perform.R index 530f4580..39cf2baa 100644 --- a/R/perform.R +++ b/R/perform.R @@ -1,8 +1,6 @@ # Abstract over the differences in RCurl API depending on whether or not # you send a body. perform <- function(handle, writer, method, opts, body) { - # Must always override headerfunction and writefunction - # FIXME: throw error if these are set already headers <- character() add_header <- function(text) { headers <<- c(headers, text)