View Single Post
  #2 (permalink)  
Old 11-04-2007, 07:45 PM
jlew jlew is offline
Member
 
Join Date: Nov 2007
Location: Vermont
Posts: 2
jlew is on a distinguished road
The problem has to do with chunked data... Does anyone know a simple fix on how to tell it to read the chunked data and ignoring the chunked size flags. I was looking up this issue and what that \n2000\n is some sort of flag or something that when converted to hex it tells the next chunk size. Like in my code right now i see 2000 then the begin of html, after x number of bytes or chars or something it stops sends me a new flag saying how big the next chunk will be and then continues... Does anyone know how to handle chunked input?

I can't seem to find a really good strait forward answer on how to do this without having to include a bunch of server library which i don't have.
Reply With Quote