| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6344997 commit 1b4f69a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -75,12 +75,10 @@ demoBug('POST /1', '/22 HTTP/1.1\r\n' + | |||
| 75 | 75 | 'Content-Length: 4\r\n\r\n' + | |
| 76 | 76 | 'pong'); | |
| 77 | 77 | ||
| 78 | - /* eslint-disable align-function-arguments */ | ||
| 79 | 78 | demoBug('POST /1/22 HTTP/1.1\r\n' + | |
| 80 | 79 | 'Content-Type: tex', 't/plain\r\n' + | |
| 81 | 80 | 'Content-Length: 4\r\n\r\n' + | |
| 82 | 81 | 'pong'); | |
| 83 | - /* eslint-enable align-function-arguments */ | ||
| 84 | 82 | ||
| 85 | 83 | process.on('exit', function() { | |
| 86 | 84 | assert.strictEqual(2, headersComplete); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments