| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5aed83c commit a340587
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,7 +34,7 @@ const server = net.createServer((socket) => { | |||
| 34 | 34 | ||
| 35 | 35 | parser[HTTPParser.kOnHeaders] = common.mustNotCall(); | |
| 36 | 36 | ||
| 37 | - parser[HTTPParser.kOnExecute] = common.mustCall(3); | ||
| 37 | + parser[HTTPParser.kOnExecute] = common.mustCallAtLeast(3); | ||
| 38 | 38 | ||
| 39 | 39 | parser[HTTPParser.kOnHeadersComplete] = common.mustCall(); | |
| 40 | 40 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments