| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a086604 commit a592871
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -148,7 +148,7 @@ function parserOnMessageComplete() { | |||
| 148 | 148 | } | |
| 149 | 149 | ||
| 150 | 150 | ||
| 151 | - const parsers = new FreeList('parsers', 1000, function() { | ||
| 151 | + const parsers = new FreeList('parsers', 1000, function parsersCb() { | ||
| 152 | 152 | const parser = new HTTPParser(HTTPParser.REQUEST); | |
| 153 | 153 | ||
| 154 | 154 | parser._headers = []; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments