lquixada / cross-fetch

Universal WHATWG Fetch API for Node, Browsers and React Native.
MIT License
1.67k stars 104 forks source link

Refused to set unsafe header "connection" #58

Closed kelly-tock closed 4 years ago

kelly-tock commented 4 years ago

getting this in Chrome when sending Connection: keep alive in the request options for headers.

any idea on this?

lquixada commented 4 years ago

This might be an issue for https://github.com/github/fetch, cross-fetch is just a proxy to it!

lquixada commented 4 years ago

Closing issue since there's no work to be done.