• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Flags: --http-parser=legacy
2
3'use strict';
4
5// Test https://hackerone.com/reports/735748 is fixed.
6// Test should pass with legacy parser, not just the default.
7
8require('../common');
9
10require('./test-http-invalid-te-legacy.js');
11