Anonymous | Login | Signup for a new account | 12-17-2024 11:00 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0001528 | [Resin] | minor | sometimes | 12-28-06 08:42 | 01-01-07 10:37 | ||||
Reporter | free2create | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.0.19 | ||||||
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 ! |
||||||||
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. |
||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed. 27 unique queries executed. |