I am using Flash Builder 4.6 and Flex SDK 4.6.
To speed things up, I have enabled deflate on the server in my htaccess config. If I access a PHP file on the server in my browser, it loads fine and "gzip" appears in the response headers.
However in Flash Builder with network monitor enabled, if I attempt to debug/play/profile my application, the first HTTP request appears in the network monitor but never completes. Eventually it times out and the application crashes.
Either disabling network monitor or deflate and trying again works absolutely fine.
Is there a way to debug my application with network monitor and DEFLATE enabled?