File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ public static void main(String args[]) {
182182 if (argument .equals ("-e" ) || argument .equals ("--expires" )) {
183183 // when validating the cache also check the expires header, this can reduce the number of requests out to the web.
184184 expires = true ;
185- System .out .println ("Check expires header when checking the freshniss of an object in the cache." );
185+ System .out .println ("Check expires header when checking the freshness of an object in the cache." );
186186 }
187187 }
188188
Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ java ProxyCache 5001
2828
2929Next change your browsers or system proxy settings and start browsing the web.
3030
31+ ### Commandline flags
32+
33+ * -a, --secure
34+ * Proxy HTTPS/TLS connections. (experimental as it can course 100% CPU usage)
35+ * -e --expires
36+ * Check expires header when checking the freshness of an object in the cache.
3137## Generating JavaDocs
3238
3339### With make
You can’t perform that action at this time.
0 commit comments