Description
If:
1. The origin response header size exceeds MIOBuffer block size (default 4K)
2. TS is chunking/dechunking the response (e.g. HTTP/1.0 origin, HTTP/1.1 client or vice-versa)
TS will only send the last block of the header and the response to the client. This results in a malformed response because the first 4K includes the status line.