Closed
Bug 88007
Opened 23 years ago
Closed 23 years ago
fragment of old source is written after the new code
Categories
(Core :: Networking: Cache, defect)
Tracking
()
People
(Reporter: dgolesny, Assigned: asa)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.1+) Gecko/20010625
BuildID: 2001062504
After often-clicking at a link (to a php-Site in LAN) a few bytes of the former
click and that more former click is written after the source of the last click.
I think the old but active source stream is not terminated if clicking the same
link again
Reproducible: Always
Steps to Reproduce:
1. click 10 time fast on a link to php-site
2.
3.
Actual Results: Source (only double/triple-written part --> the end):
<input type=submit value="Aktualisieren">
</form><br><a
HREF="index.php?shop_code=I0u1K2ROnObx7Rb4Gum7L5c16pgXc0&aktion=bestellung">Bestellen</a>
</td>
</tr>
</table>
</body></html><!--2-->tion=bestellung">Bestellen</a>
</td>
</tr>
</table>
</body></html><!--2-->bmit value="Aktualisieren">
</form><br><a
HREF="index.php?shop_code=I0u1K2ROnObx7Rb4Gum7L5c16pgXc0&aktion=bestellung">Bestellen</a>
</td>
</tr>
</table>
</body></html><!--2--> </form><br><a
HREF="index.php?shop_code=I0u1K2ROnObx7Rb4Gum7L5c16pgXc0&aktion=bestellung">Bestellen</a>
</td>
</tr>
</table>
</body></html><!--2--> </tr>
</table>
</body></html>
Expected Results: <INPUT type=submit value="Aktualisieren">
</FORM><BR><A
HREF="index.php?shop_code=I0u1K2ROnObx7Rb4Gum7L5c16pgXc0&aktion=bestellung">Bestellen</A>
</TD>
</TR>
</TABLE>
</BODY></html><!--2-->
Fast LAN, PHP-Site with DB-Connection (longer time to generate)
Comment 1•23 years ago
|
||
I have seen the same problem when I update .js files on my website and hit
Reload. I have to hit Shift+Reload or save the .js file again and hit Reload.
I get .js errors if I don't because of the garbage code at the end of the file.
Caching problem?
confirmed Win2K/2001062611
changing summary because I do not have to 'fast click' to reproduce. I've seen
this on a LAN and on 56k dial-up, so I don't think it has anything to do with that.
Status: UNCONFIRMED → NEW
Component: Browser-General → Networking: Cache
Ever confirmed: true
Summary: after many fast following clicks on a link -> little rest of old source is written after the new code → fragment of old source is written after the new code
If this is referring to a file on disk then bugs 74301, 79983, 86469, and 86474
are probably relevant.
Comment 3•23 years ago
|
||
Thanks for the references
*** This bug has been marked as a duplicate of 79983 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•