Mladen Turk wrote:
[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)...

I couldn't believe it either. I'm happy, that we are getting more users sharing the burden of finding the glitches.

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

Reply via email to