go-json-rest icon indicating copy to clipboard operation
go-json-rest copied to clipboard

Add a threshold for the gzip compression ?

Open ant0ine opened this issue 11 years ago • 0 comments

Small JSON payload are actually bigger when compressed. We may want to skip the gzip compression below a given threshold. Problem the API allows to Write or WriteJson multiple times per response (allowing streaming), how to known the size in advance in that case ?

ant0ine avatar Nov 30 '14 00:11 ant0ine