mirror of
https://github.com/xroche/httrack.git
synced 2026-05-17 08:26:14 +03:00
spelling: allows to => allows you to
This commit is contained in:
@@ -178,7 +178,7 @@ This file lists all changes and fixes that have been made for HTTrack.
|
||||
+ New: improved background download to handle large sites
|
||||
+ New: '--assume foo/bar.cgi=text/html' is now possible
|
||||
+ New: MIME type scan rules (such as -mime:video/* +mime:video/mpeg)
|
||||
+ New: size scan rules now allows to rewrite uncaught links as external links
|
||||
+ New: size scan rules now allows you to rewrite uncaught links as external links
|
||||
+ Fixed: crash fixed when ftime()/localtime()==NULL
|
||||
+ Fixed: iso-9660 option now using '_' for collision character
|
||||
+ Fixed: collision problems with CaSe SeNsItIvItY
|
||||
|
||||
@@ -181,7 +181,7 @@ There are also specific issues regarding this format:
|
||||
|
||||
The extra field is composed of text data, and this text data is composed of distinct lines of headers.
|
||||
The end of text, <b>or</b> a double CR/LF, mark the end of this zone.
|
||||
This method allows to optionally store original HTTP headers just after the "meta-data" headers for informational use.<br />
|
||||
This method allows you to optionally store original HTTP headers just after the "meta-data" headers for informational use.<br />
|
||||
|
||||
<br />
|
||||
<b>The status line (the first headers line)</b><br />
|
||||
|
||||
@@ -1235,7 +1235,7 @@ int httpmirror(char *url1, httrackp * opt) {
|
||||
urlfil);
|
||||
}
|
||||
|
||||
/* This hack allows to avoid problems with parsing '\0' characters */
|
||||
/* This hack allows you to avoid problems with parsing '\0' characters */
|
||||
if (!is_binary) {
|
||||
for(i = 0; i < r.size; i++) {
|
||||
if (r.adr[i] == '\0')
|
||||
|
||||
Reference in New Issue
Block a user