Re: fnord hangs when serving png/jpeg images via https

Felix von Leitner <[email protected]> Fri, 11 Mar 2005 11:59:37 +0100
Newsgroups gmane.comp.web.fnord
Message-ID <[email protected]>
Thus spake Peter Conrad ([email protected]):
> I've had a similar problem with fnord + ucspi-ssl. It turned out that
> sendfile() calls fail if output is to a pipe instead of a socket. What
> puzzled me was that "most" transfers worked fine, only "a few" didn't.
> The reason was simply that fnord doesn't use sendfile() if the file size
> is below a certain limit...

> Workaround: compile fnord without sendfile support.

I just checked in a workaround in CVS.
Please test!

Felix