ignore-missing-last-chunk
ignore-missing-last-chunk = {yes|no}
Description
Controls Whether WebSEAL ignores a missing last chunk in a data-stream from a backend server that is using chunked transfer-encoding.
Options
yes WebSEAL will ignore a missing last-chunk in a data-stream from a backend server that is using chunked transfer-encoding. This matches the behavior in prior releases of WebSEAL. no WebSEAL will RST (reset) the connection to the front-end browser if the last-chunk is not present.
Usage: Optional
Default value no
Example:
ignore-missing-last-chunk = yes