harveysburger / pinnaclewrapper

A C# Wrapper for the PinnacleSports API
25 stars 56 forks source link

Implement GZIP support #1

Closed dmitrijsc closed 5 years ago

dmitrijsc commented 8 years ago

Hi there

I have just noticed that your solution does not use GZIP/ Deflate. How about to implement it to reduce the amount of traffic sent over network?

Solution: http://stackoverflow.com/questions/20990601/decompressing-gzip-stream-from-httpclient-response

Thanks! Dmitry

harveysburger commented 5 years ago

Thanks for the suggestion. This will be included in the next version. Better late than never!