No, but the app should send an empty line at the end, to terminate the request as per HTTP spec. That's gotta be the issue.

Hijack v199 now looks for multi-packet headers, and the only way it can tell that it has received everything is by looking for the blank line at the end (two consective newlines or "\r\n\r\n").

Cheers