> > 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 ..... > NextName=CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC > CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC > CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCFirstName=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA > AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
So counting the chars it seems that a content-length above 1460 will create this problem. It seems some buffer position is not correctly set. Anyone with a idea or can someone confirm that this behaviour is on their 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