-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use binary http channel for podman socket
Cockpit's (default) text channels ignore frames with split UTF-8 multi-byte characters. This causes broken JSON. This is ultimately an issue with cockpit's channel API design, and Cockpit should hide that by buffering and partially decoding text channel frames, see cockpit-project/cockpit#19235 Until that happens, convert the REST API to use a binary channel. Fixes #1733
- Loading branch information
1 parent
fecb8a2
commit 346d0c3
Showing
1 changed file
with
26 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters