COMPRESS::nodelay

Description

This command…TBD

Syntax

COMPRESS::nodelay <request | response>

Examples

when HTTP_REQUEST {
  if { [TCP::mss] >= 1280 } {
    COMPRESS::disable
  }
}