QxtAbstractHttpConnector does not treat correctly fragmented http requests

Issue #57 new
s3clud3r created an issue

Hi,

QxtAbstractHttpConnector component does not treat correctly fragmented http requests. Incoming http requests are treated in incomingData method. It works well if request arrives in one part. Request is then submitted to incomingRequest method.

But if http request arrives in multiple part, although there is a buffering mechanism via a QHash of QxtWebContent, request is submitted uncompleted to incomingRequest method. And seems never recalled after. So residual content seems lost.

BR

Comments (1)

  1. Log in to comment