SteelSlasher 0 Newbie Poster

Before i start i am not completely sure if this is the right place for this thread but since it requires knowledge about servers i figured it was.

I am making a http 1.1 client and right now i have been able to completely support http1.0. The problem i have reached is that i do not know the specifics of how chunk encoded files are transmitted.

Currently, i have got the client to be able to retrieve the size of the first chunk but then retrieves that same piece of information if carry on reading the tcp stream.

This observation has led to me believe that some kind of sub-request is needed to carry on reading. Is this right or am i just not good enough to make the client.