Sets the upload window size for ZLIB compression.
void StreamHTTPParms.setZlibUploadWindowSize(int size)
size The compression window size specification, inclusively ranging from 9 to 15. This parameter is the base two logarithm of the window size. (the size of the history buffer)
Corresponds to MobiLink client network protocol option "zlib_upload_window_size".