Changeset 66 for trunk/UAcronym.pas


Ignore:
Timestamp:
Jul 28, 2016, 11:21:03 AM (8 years ago)
Author:
chronos
Message:
  • Fixed: Stream for reading web pages was not cleared before each execution.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UAcronym.pas

    r65 r66  
    733733  S: string;
    734734begin
     735  ResponseStream.Clear;
    735736  if DownloadHTTP(URL, ResponseStream) then begin
    736737    ResponseStream.Position := 0;
Note: See TracChangeset for help on using the changeset viewer.