Hi Jeff
Yip, that's what I was running into and it only happens if you touch the POST with thread number 0 which is the POST Header
App appears to lock up but if you leave it long enough, it comes back (sort of) but Ram used has gone thru the roof and impossible to use after that.
Think its actually a <10> - this is the code:
x = instring ('<13,10><13,10>', self._ConnectionDataQueue.Data[1 : self._ConnectionDataQueue.DataLen], 1, pos) ! Look for request terminating character
if x > 0
! Found Header End Marker
self._ConnectionDataQueue.HeaderEndPosition = x + 3
Cheers
Graham