Hello Frans, I never used HTTP component (only basic WSocket) but may be you could check if you are using HTTP 1.0 or 1.1 content data can be splitted in multiple blocks when using HTTP 1.1. I don't know if it will help you, this is a simple idea.
Regards. >> >> Data := 'FirstName=' + stringofchar('A',600) + '&' + >> 'LastName=' + stringofchar('B',600) + '&' + >> 'NextName=' + stringofchar('C',600) + '&' + >> 'Submit=Submit'; >> >> This is wat the sniffer reports >> >> Content-Length: 1844 >> Parameters FvD> ..... >> NextName=CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC >> CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC >> CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCFirstName=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA >> AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA FvD> So counting the chars it seems that a content-length above 1460 will create FvD> this problem. It seems some buffer position is not correctly set. FvD> Anyone with a idea or can someone confirm that this behaviour is on their FvD> machine as well? -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be