Closed

Description
Is this a bug report?
Yes
Did you try recovering your dependencies?
Yes
6.4.1
Which terms did you search for in User Guide?
https, crash, writev
Environment
npx: installed 67 in 7.907s
Environment:
OS: Linux 4.4
Node: 10.10.0
Yarn: Not Found
npm: 6.4.1
Watchman: Not Found
Xcode: N/A
Android Studio: Not Found
Packages: (wanted => installed)
react: ^16.5.0 => 16.5.0
react-dom: ^16.5.0 => 16.5.0
react-scripts: 1.1.5 => 1.1.5
Steps to Reproduce
- npx create-react-app test
- cd test
- echo "HTTPS=true" > .env
- npm start
- Dev server crash
Expected Behavior
I expected the development server to operate as normal with the exception of using HTTPS.
Actual Behavior
The server crashed, citing "req.handle.writev is not a function"
Reproducible Demo
https://github.com/kinnamonb/react-https-crash
- npm start