Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test/parallel/test-http2-compat-write-head-destroyed.js
Co-Authored-By: mcollina <matteo.collina@gmail.com>
  • Loading branch information
richardlau and mcollina authored Nov 29, 2018
commit c54500b4c74aedff4e4460917464ee27a991b880
2 changes: 1 addition & 1 deletion test/parallel/test-http2-compat-write-head-destroyed.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (!common.hasCrypto)
common.skip('missing crypto');
const http2 = require('http2');

// Check that writeHead, write and end do not crash in compatibikity mode
// Check that writeHead, write and end do not crash in compatibility mode

const server = http2.createServer(common.mustCall((req, res) => {
// destroy the stream first
Expand Down