>Number:         2528
>Category:       general
>Synopsis:       possible use of "=" where "==" was intended
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Mon Jun 29 18:30:01 PDT 1998
>Last-Modified:
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>Release:        1.3.0
>Environment:
IRIX64  6.4 02121744 IP27
 MIPSpro Compilers: Version 7.2.1
>Description:
In line 302 "http_protocol.c", 

  ((r->proto_num >= HTTP_VERSION(1,1)) && (r->chunked = 1))) &&

I think this should be 

  ((r->proto_num >= HTTP_VERSION(1,1)) && (r->chunked == 1))) &&
>How-To-Repeat:
In the code
>Fix:
Yes. Mentioned
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]



Reply via email to