| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5756d67 commit 5a4b6c4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,8 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | 22 | 'use strict'; | |
| 23 | 23 | ||
| 24 | - const binding = process.binding('http_parser'); | ||
| 25 | - const { methods, HTTPParser } = binding; | ||
| 24 | + const { methods, HTTPParser } = process.binding('http_parser'); | ||
| 26 | 25 | ||
| 27 | 26 | const FreeList = require('internal/freelist'); | |
| 28 | 27 | const { ondrain } = require('internal/http'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments