views:

87

answers:

0

Hi,

In AIR application, is there any way I can tell a RemoteObject to send headers that will accept Gzipped content back from server ?

I'm using Zend Amf, and it's pretty slow. So I'm telling Apache to gzip amf content, but if the client doesn't send headers accepting gzipped content this will never work.

Any idea ?

related questions