fullstorydev / hauser

Service for moving your Fullstory export files to a data warehouse
MIT License
49 stars 23 forks source link

Use default HttpClient compression. #81

Closed claygoddard closed 4 years ago

claygoddard commented 4 years ago

The client will automatically set the accept encoding gzip header. If the response is also gzip encoded, it will automatically be decoded in the response body. This allows for clients behind proxies that already gunzip the response body to work correctly.

alexsazs commented 4 years ago

Awesome! This is working like a charm now :) Thank you very much @claygoddard and FullStory team.