We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RequestError: Stream closed with error code NGHTTP2_INTERNAL_ERROR
Response with status 200
import got from 'got'; async function main() { try { const response = await got('https://frogtoon.com/ads.txt', { http2: true, }); console.log(response.body); } catch (error) { console.log(error); } } main()
Original Issue: apify/crawlee#2081
The text was updated successfully, but these errors were encountered:
Works with http2 as false
false
Sorry, something went wrong.
@sindresorhus can you please have a look?
HTTP2 support is handled by https://github.com/szmarczak/http2-wrapper
// @szmarczak
No branches or pull requests
Describe the bug
Actual behavior
Expected behavior
Response with status 200
Code to reproduce
Checklist
Original Issue: apify/crawlee#2081
The text was updated successfully, but these errors were encountered: