PRB: HttpOpenRequest Function Does Not Cache File

ID: Q239788


The information in this article applies to:
  • Microsoft Internet Explorer (Programming) versions 4.0, 4.01, 4.01 SP1, 4.01 SP2, 5


SYMPTOMS

When you write a WinInet application to download files from a server using the HttpOpenRequest function, the file never get cached.


CAUSE

WinInet caches a file in such a way that the cached file is populated as you call the InternetReadFile function. If you don't read the file by calling InternetReadFile, the file is not cached.


STATUS

This behavior is by design.

Additional query words:

Keywords : kbIE400 kbIE401 kbIE401sp1 kbIE401sp2 kbIE500 kbDSupport
Version : WINDOWS:4.0,4.01,4.01 SP1,4.01 SP2,5
Platform : WINDOWS
Issue type : kbprb


Last Reviewed: October 29, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.