| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7043e95 commit 0b27416
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ const handler = common.mustCall((req, res) => { | |||
| 39 | 39 | res.end(test_res_body); | |
| 40 | 40 | }); | |
| 41 | 41 | ||
| 42 | - const server = http.createServer(); | ||
| 42 | + const server = http.createServer(common.mustNotCall()); | ||
| 43 | 43 | server.on('checkContinue', common.mustCall((req, res) => { | |
| 44 | 44 | console.error('Server got Expect: 100-continue...'); | |
| 45 | 45 | res.writeContinue(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments