New issue

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

Avoid creating QNetworkAccessManager with QtWebEngine #2543

Open
The-Compiler opened this Issue Apr 19, 2017 · 0 comments

Comments

Projects
None yet
1 participant
@The-Compiler
Collaborator

The-Compiler commented Apr 19, 2017

With #2328 we're probably not going to need a QNAM anymore at all with QtWebEngine, but even before that, we should avoid creating it if we don't actually need it.

This will help avoid bugs like QTBUG-58541 (causing segfaults for various users) or QTBUG-40332.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment