Skip to content
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

Alow http1.1 pipelining #9930

Merged
merged 2 commits into from
Jul 20, 2022
Merged

Alow http1.1 pipelining #9930

merged 2 commits into from
Jul 20, 2022

Conversation

TheOneRing
Copy link
Member

No description provided.

if (reply->attribute(QNetworkRequest::HttpPipeliningWasUsedAttribute).toBool()) {
stream << "Piplined,";
}
stream << ")";
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

07-20 11:12:33:616 [ info sync.httplogger ]:	"931966b6-4f59-4099-987d-886b53b51110: Response: GET 200 (Piplined,) https://demo.owncloud.com/ocs/v2.php/apps/notifications/api/v1/notifications?format=json Header: { Cache-Control: no-cache, no-store, must-revalidate, Content-Length: 108, Content-Security-Policy: default-src ...

Could be a bit more pretty.

@TheOneRing TheOneRing requested a review from a team July 20, 2022 09:15
@sonarcloud
Copy link

sonarcloud bot commented Jul 20, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

0.0% 0.0% Coverage
0.0% 0.0% Duplication

changelog/unreleased/9930 Outdated Show resolved Hide resolved
changelog/unreleased/9930 Outdated Show resolved Hide resolved
Co-authored-by: Fabian Müller <80399010+fmoc@users.noreply.github.com>
@TheOneRing TheOneRing requested a review from fmoc July 20, 2022 10:36
@TheOneRing TheOneRing merged commit bbeea7a into master Jul 20, 2022
@delete-merged-branch delete-merged-branch bot deleted the work/pipelining branch July 20, 2022 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: No test needed
Development

Successfully merging this pull request may close these issues.

None yet

3 participants