I have successfully connected to an HTTP server with ActionScript 3 over sockets. The only problem is, the server is sending chunked HTTP. Is there a generic function in any other language I can look at that clearly shows how to decode the chunking? I'm pretty sure there are no ActionScript libraries around for this.
|
1
|
|||
|
|
|
|
The HTTP 1.1 specification (or from W3C) provides a pseudocode example of how to decode chunked transfer-coding:
|
|||
|
|
