Skip to content

http: simple code refactoring

Rodrigo Muino Tomonari requested to merge github/fork/jasnell/refactor-http into master

Some simple code hygiene cleanups.

  • Use the more efficient module.exports = {} pattern,
  • Eliminate unnecessary uses of self
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

http

Merge request reports

Loading