mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
Ladybird: Enable HTTP pipelining
This commit is contained in:
parent
9073d60f00
commit
11e5be050f
Notes:
sideshowbarker
2024-07-17 07:35:03 +09:00
Author: https://github.com/awesomekling
Commit: 11e5be050f
Pull-request: https://github.com/SerenityOS/serenity/pull/16583
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ ErrorOr<NonnullRefPtr<RequestManagerQt::Request>> RequestManagerQt::Request::cre
|
|||
{
|
||||
QNetworkRequest request { QString(url.to_string().characters()) };
|
||||
request.setAttribute(QNetworkRequest::RedirectPolicyAttribute, QNetworkRequest::ManualRedirectPolicy);
|
||||
request.setAttribute(QNetworkRequest::HttpPipeliningAllowedAttribute, true);
|
||||
|
||||
QNetworkReply* reply = nullptr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue