Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1528 | minor | sometimes | 12-28-06 08:42 | 01-01-07 10:37 | |
|
|||||
Reporter: | free2create | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.19 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.23 | ||
|
|||||
Summary: | 0001528: ISAPI bug introduced in 3.0.19 | ||||
Description: |
I checked out the 3.0 Branch(12/27/2006) and it appears that the bug that was introduced in 3.0.19 is still there: I believe on Line 479 of protocol.cpp write_client_buffer(r, s->read_buf + s->read_offset, sublen); should be if (write_client_buffer(r, s->read_buf + s->read_offset, sublen) < 0) return -1; The condition of !r->WriteClient(r->ConnID, buffer, &sentlen, HSE_IO_SYNC) is not detected as it was in 3.0.18. Otherwise write_client_buffer should return void if the return value is unused ! |
||||
Steps To Reproduce: | |||||
Additional Information: |
Bug happens using IE SSL/IIS 6.0 on 3.0.19 to 3.0.22. Clear file cache. Navigate to we site, login, run some javascript. All works ok. On 2nd Navigation to page some files/images when IE checks if they are up to date fail. and page fails to behave properly. |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|