Skip to content

Commit

Permalink
fix deno_core_http_bench (denoland#3698)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Jan 17, 2020
1 parent ad6635f commit d776ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/examples/http_bench.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function recordFromBuf(buf) {
return new Int32Array(buf.buffer, buf.byteOffset, buf.byteLength / 4);
}

function handleAsyncMsgFromRust(opId, buf) {
function handleAsyncMsgFromRust(buf) {
const record = recordFromBuf(buf);
const p = promiseMap.get(record[0]);
promiseMap.delete(record[0]);
Expand Down

0 comments on commit d776ca8

Please sign in to comment.