Web server sends HTTP response packet with HTTP headers section that contains a single \r\n (CR-LF) instead of \r\n\r\n (CR-LF CR-LF).
Web Intelligence module does not process this HTTP header. As a result, the HTTP connection is closed without passing the data to the client.