valum-framework / valum

Web micro-framework written in Vala
https://valum-framework.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
226 stars 23 forks source link

Apply multiple Transfer-Encoding. #107

Closed arteymix closed 8 years ago

arteymix commented 9 years ago

The current implementation does not apply Transfer-Encoding iteratively, so we cannot send compressed and chunked messages.

arteymix commented 9 years ago

Transfer-Encoding outside chunked does not seem to be widely supported, at least not by any major browsers.

I improved the code, but I think it's better to reschedule the feature for a future release.

arteymix commented 8 years ago

This is irrelevant now since libsoup-2.4 handles Transfer-Encoding itself.