summaryrefslogtreecommitdiff
path: root/src/isolate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/isolate.rs')
-rw-r--r--src/isolate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/isolate.rs b/src/isolate.rs
index 340b1db89..be6197c68 100644
--- a/src/isolate.rs
+++ b/src/isolate.rs
@@ -172,7 +172,7 @@ impl Isolate {
pub fn respond(&mut self, req_id: i32, buf: Buf) {
self.state.metrics_op_completed(buf.len() as u64);
-
+
// TODO(zero-copy) Use Buf::leak(buf) to leak the heap allocated buf. And
// don't do the memcpy in ImportBuf() (in libdeno/binding.cc)
unsafe {