Skip to content

doc: changed order of invocations in example.

Rodrigo Muino Tomonari requested to merge github/fork/atripes/master into master
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

When you call req.end() before you add .on listeners you get an Error that you can't call .on on undefined.

Merge request reports

Loading