Hi,

downloads from an HTTPS backend are broken if the backend's reply doesn't
include the Content-Length header. Pound uses the BIO_TYPE_SOCKET for
unbuffered reading which in case of an HTTPS backend returns encrypted data.
It should look for BIO_TYPE_SSL instead. Patch attached.

Cheers,
Frank



--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to