[AWS] AWS.Client

Dmitriy Anisimkov anisimkov at ada-ru.org
Fri Sep 14 12:28:35 CEST 2007


Adrian Hoe 贺文耀 wrote:
>
> This is what I captured:
>
> Every JPEG frame is separated by a header:
> --myboundary
> Content-length: 29737
> Content-type: image/jpeg
So, it is "multipart" server-push format.
There is not parser for multipart server push stream in the AWS client side.
But it is easy to write such parser on top or Read_Some routine.



More information about the AWS mailing list