| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Fix long-broken test-debugger-client by adding missing `\r\n\r\n` separator.
|
LGTM if it fixes the problem |
Sorry, something went wrong.
|
CI (although this code is not exercised by CI beyond linting): https://ci.nodejs.org/job/node-test-pull-request/2031/ |
Sorry, something went wrong.
|
On CI, ARM failure is unrelated, will fix in a separate PR. Those pi1 devices have sure started to hate on those tests with arbitrary timeouts. |
Sorry, something went wrong.
|
LGTM.. tho it's not an area I'm too familiar with |
Sorry, something went wrong.
Fix long-broken test-debugger-client by adding missing `\r\n\r\n` separator. PR-URL: nodejs#5851 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Fix long-broken test-debugger-client by adding missing `\r\n\r\n` separator. PR-URL: #5851 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Fix long-broken test-debugger-client by adding missing `\r\n\r\n` separator. PR-URL: #5851 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Fix long-broken test-debugger-client by adding missing `\r\n\r\n` separator. PR-URL: #5851 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
| Back | FazBrowse Home | New Git URL |
Pull Request check-list
this change (including linting)?
test (or a benchmark) included?
existing APIs, or introduces new ones)?
Affected core subsystem(s)
test, debugger
Description of change
Fix long-broken test-debugger-client by adding missing \r\n\r\n
separator.
/cc @nodejs/testing