There was an error while loading. Please reload this page.
1 parent 0ee4f76 commit d752380Copy full SHA for d752380
1 file changed
R/req-perform-stream.R
@@ -53,8 +53,8 @@ req_perform_stream <- function(req,
53
cut <- cut_points(buf)
54
n <- length(cut)
55
if (n) {
56
- continue <- isTRUE(callback(head(buf, n = cut[n])))
57
- buf <- tail(buf, n = -cut[n])
+ continue <- isTRUE(callback(utils::head(buf, n = cut[n])))
+ buf <- utils::tail(buf, n = -cut[n])
58
}
59
60
0 commit comments