[EMAIL PROTECTED] wrote:
Log:
Fix bug in adding content-length header (BZ 41610).
Analyzed and patch contributed by Boris Maras.

                 if (need_content_length_header &&
-                    !strcasecmp(s->headers_values[i], "content-length")) {
+                    !strcasecmp(s->headers_names[i], "content-length")) {

I simply cannot believe it!
The faulty code originates back from 1.2.6 (or even before)...

Boris Maras (the guy who spotted that and provided a patch)
has a name like many Croatians have. Is it coincidence ;)

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to