>Makes sense - anyone has chunked input stream logic that I can readily
>use? any pointers there.
see http://mindprod.com/applets/fileio.html
and http://mindprod.com/products1.html#FILETRANSFER

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
aztechnology@gmail.com - 23 Mar 2006 22:28 GMT
HTTP/1.1 200 OK
Cache-Control: private,max-age=0
Date: Thu, 23 Mar 2006 21:26:29 GMT
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
Expires: Wed, 01 Jan 1997 12:00:00 GMT
Vary: Accept-Encoding
X-Powered-By: ASP.NET
X-AspNet-Version: 1.1.4322
Server: Unauthorized-Use-Prohibited
These are the headers I get from the output - if I try to Jam this
input stream via just Gzip of course it is not going to work, so I need
to take the input stream, wrap it in Gzip, and then wrap it on Chunked,
right?
Any reference for chunked stream reader? Also, do I need to strip the
HTTP headers (as above) before passing to the stream handlers?
Thanks
aztechnology@gmail.com - 23 Mar 2006 22:31 GMT
HTTP/1.1 200 OK
Cache-Control: private,max-age=0
Date: Thu, 23 Mar 2006 21:26:29 GMT
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
Expires: Wed, 01 Jan 1997 12:00:00 GMT
Vary: Accept-Encoding
X-Powered-By: ASP.NET
X-AspNet-Version: 1.1.4322
Server: Unauthorized-Use-Prohibited
These are the headers I get from the output - if I try to Jam this
input stream via just Gzip of course it is not going to work, so I need
to take the input stream, wrap it in Gzip, and then wrap it on Chunked,
right?
Any reference for chunked stream reader? Also, do I need to strip the
HTTP headers (as above) before passing to the stream handlers? Again I
am using raw sockets
Thanks
Chris Smith - 24 Mar 2006 01:57 GMT
> HTTP/1.1 200 OK
> Cache-Control: private,max-age=0
[quoted text clipped - 12 lines]
> to take the input stream, wrap it in Gzip, and then wrap it on Chunked,
> right?
The other way around. You need to un-chunk it first, then take that
result and gunzip it. Yes, you definitely need to remove the HTTP
headers.

Signature
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation