Hacker News new | ask | show | jobs
by ognarb 461 days ago
Yeah Falkon is not using KIO. Same for Konqueror for network request. In the old time of QtWebkit and even older time of KHTML, the webview would reuse the Qt network stack, but now it's reusing the implementation from Chromium.

Btw KIO is now using QtNetwork for it's http implementation, instead of having it's own. So http2 is now also supported.