Re: ASERVE client and pages larger than ARRAY-TOTAL-SIZE-LIMIT
[email protected] Tue, 15 Jul 2003 11:19:34 -0700
| Newsgroups | gmane.lisp.open-source.franz |
|---|---|
| Message-ID | <[email protected]> |
You can build your own do-http-request that can retrieve any
size response by using
make-http-client-request
read-client-response-headers
client-request-read-sequence (repeat until eof)
client-request-close
for details see:
http://opensource.franz.com/aserve/aserve-dist/doc/aserve.html#f-make-http-client-request