[google-appengine] Re: Node 8 Standard (Express) not gzipping content

2018-11-16 Thread Steve Geer
Thank you for the update, Jason.  I'll keep an eye on it.

On Monday, October 29, 2018 at 2:03:47 PM UTC-7, Jason Collins wrote:
>
> Today, we are not passing through the `Accept-Encoding` header, so it is 
> not possible for your middleware to decide that it should compress. 
>
> We will roll out a fix for this in the new few weeks.
>
>
> On Monday, 29 October 2018 06:12:50 UTC-7, Steve Geer wrote:
>>
>> I have run into an issue where app engine standard is not gzipping 
>> responses.  It's a basic express universal application based on the docs at 
>> angular.io <https://angular.io/guide/universal>, with the addition of 
>> the compression middleware recommended by the express documentation.
>>
>> It's a very simple Angular 7 universal project, which can been seen here 
>> <https://ng-universal-test-220902.appspot.com/>.
>>
>> If you open the network tab you'll notice none of the assets are gzipped.
>>
>> Github <https://github.com/itsthesteve/ng-universal-app-engine>
>> Stackoverflow 
>> <https://stackoverflow.com/questions/52752100/deployed-app-engine-isnt-gzipping-my-content>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4314a885-afc7-4beb-b4c7-bcc29ad1bef8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Node 8 Standard (Express) not gzipping content

2018-10-29 Thread Steve Geer
I have run into an issue where app engine standard is not gzipping 
responses.  It's a basic express universal application based on the docs at 
angular.io , with the addition of the 
compression middleware recommended by the express documentation.

It's a very simple Angular 7 universal project, which can been seen here 
.

If you open the network tab you'll notice none of the assets are gzipped.

Github 
Stackoverflow 


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ad47ddba-079e-4d5d-84ab-427fa4969e74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.