Port the rest of gg to libsoup3
Review Request #2026 — Created Nov. 4, 2022 and submitted
However, I did not implement sending files, as libsoup requires a
GInputStream
, and that's some work to set up in a streaming manner. As we want to move the file transfer stuff to GIO, I think we'd wait to do that fully until then.
Compiled with libsoup2 and with libsoup3.
Summary | ID |
---|---|
3e596b2addcedeee699cfcb3d0dde9b5046228d3 |
Description | From | Last Updated |
---|---|---|
this leaks msg |
grim |
- Change Summary:
-
Fix possible leak, make some cleanup order a bit more consistent, and removed unnecessary NULL-termination (the file transfer buffer is always used with a size.)
- Commits:
-
Summary ID b1997610b6b0b6190b139626f19013d6abc09edf 3e596b2addcedeee699cfcb3d0dde9b5046228d3 - Diff:
-
Revision 2 (+724 -124)