Home > Configuration > NS > setnshttpprofile_maxheaderlen

setnshttpprofile_maxheaderlen

Use this method to set number of bytes to be queued to look for complete header before returning error. If complete header is not obtained after queuing these many bytes, request will be marked as invalid and no L7 processing will be done for that TCP connection.

Syntax



Parameters

name

Name of the HTTP profile to be modified.
This is mandatory parameter.

maxheaderlen

Number of bytes to be queued to look for complete header before returning error. If complete header is not obtained after queuing these many bytes, request will be marked as invalid and no L7 processing will be done for that TCP connection.
Default value = 24820.
Minimum value = 2048.
Maximum value = 122880.

Return Value

Returns simpleResult

See Also