Passing gifs through a fast-cgi process
(no name) ((no email))
17 Dec 96 11:13:15 EST
Message-Id: <199612171613.LAA21769@vgi3mail.vanguard.com>
To: fastcgi-developers <fastcgi-developers@openmarket.com>
From: "Dennis S. Becton/VGI"
Date: 17 Dec 96 11:13:15 EST
Subject: Passing gifs through a fast-cgi process
Is it possible to pass a gif file via a fast-cgi process?
I've attempted it through changing the content type to image/gif and writing
the contents of the gif file to stdout. The browser recognizes that it is
receiving a gif, but does not seem to be able to de-code it(broken gif image).