You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a client requests the content of a rather large pad and the request contains Accept-encoding: 'gzip', it's definitely useful to compress the response.
This could be done using Node's integrated zlib library or using connect.compress.
If a client requests the content of a rather large pad and the request contains
Accept-encoding: 'gzip', it's definitely useful to compress the response.This could be done using Node's integrated zlib library or using
connect.compress.