nextframework / next

Next Framework
http://nextframework.github.com/api/
GNU Affero General Public License v3.0
4 stars 0 forks source link

Decode GZIP/DEFLATE Response Bodies :: Response #33

Open brunoaugusto opened 12 years ago

brunoaugusto commented 12 years ago

Should have a way to decode Response Bodies if a Content-Encoding Header is present and set as gzip/deflate

brunoaugusto commented 12 years ago

Currently seems Stream Socket Adapter can't retrieve Response Headers through _stream_get_metadata() and thus is unable to check Content-Encoding Header Field.