Bug 221034 - [SOUP] Use a GInputStream to set the request body in preparation for libsoup3
Summary: [SOUP] Use a GInputStream to set the request body in preparation for libsoup3
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 220764
Blocks: libsoup3
  Show dependency treegraph
 
Reported: 2021-01-27 05:09 PST by Carlos Garcia Campos
Modified: 2021-01-29 00:49 PST (History)
7 users (show)

See Also:


Attachments
Patch (20.16 KB, patch)
2021-01-27 05:17 PST, Carlos Garcia Campos
aperez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2021-01-27 05:09:16 PST
In libsoup3, the request body can be set using a stream. Add the stream now, that can still be used in libsoup2 to set the body data.
Comment 1 Carlos Garcia Campos 2021-01-27 05:17:35 PST
Created attachment 418532 [details]
Patch
Comment 2 Carlos Garcia Campos 2021-01-29 00:49:58 PST
Committed r272051: <https://trac.webkit.org/changeset/272051>