Diff
Not logged in

Differences From:

File src/main.c part of check-in [1dbf332352] - Fix the HOST: header to use the original URL, not the proxy URL. by drh on 2008-05-05 19:08:43. [view]

To:

File src/main.c part of check-in [9ba6e4287b] - Add the --nosync option to temporarily disable autosync. Useful when off network. by drh on 2008-05-10 17:09:46. [view]

@@ -57,8 +57,9 @@
   int minPrefix;          /* Number of digits needed for a distinct UUID */
   int fSqlTrace;          /* True if -sqltrace flag is present */
   int fSqlPrint;          /* True if -sqlprint flag is present */
   int fHttpTrace;         /* Trace outbound HTTP requests */
+  int fNoSync;            /* Do not do an autosync even.  --nosync */
   char *zPath;            /* Name of webpage being served */
   char *zExtra;           /* Extra path information past the webpage name */
   char *zBaseURL;         /* Full text of the URL being served */
   char *zTop;             /* Parent directory of zPath */