GNOME Bugzilla – Bug 664620
Require a method to retrieve content-length value, when content-encoding is set to gZip
Last modified: 2018-09-21 16:07:53 UTC
We are working for an Application, that is capable of sending and receiving mails using Libsoup. The Content-Length which is part of response header, specifies the size of the compressed content sent by the Server. The issue is When the response is received in the form of chunks, it is difficult to predict the response content size much before all the chunks received. This requires the application to allocate & reallocate memory to copy each response chunk . If Content-encoding is set to gzip, Why not Libsoup provide some method to get the Content-length with the resulting size of decompressed content?
[mass-moving all "UNCONFIRMED" libsoup bugs to "NEW" after disabling the "UNCONFIRMED" status for this product now that bugzilla.gnome.org allows that. bugspam-libsoup-20150210]
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/libsoup/issues/39.