From 8cefefee3d48fdbf5439c8f658b3be2f3ca6442d Mon Sep 17 00:00:00 2001 From: Graham Edgecombe Date: Sun, 30 Sep 2012 08:41:07 +0000 Subject: [PATCH] Update MediaWiki page 'JAGGRAB Protocol' --- JAGGRAB-Protocol.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JAGGRAB-Protocol.mediawiki b/JAGGRAB-Protocol.mediawiki index 7a244c9..1f7dddf 100644 --- a/JAGGRAB-Protocol.mediawiki +++ b/JAGGRAB-Protocol.mediawiki @@ -4,7 +4,7 @@ The JAGGRAB protocol is used to 'grab' cache files from the file server and download them. -It is a text-based protocol, similar to HTTP, and the client will fall back to HTTP if JAGGRAB is unavailable. This generally happens in unsigned mode and helps users who are behind firewalls. +It is a text-based protocol, similar to HTTP/0.9, and the client will fall back to HTTP if JAGGRAB is unavailable. This generally happens in unsigned mode and helps users who are behind firewalls. == Request format == @@ -34,5 +34,5 @@ There are a number of files which map to files in the cache. * '''/wordenc''' - cache 0, file 7 * '''/sounds''' - cache 0, file 8 -NOTE: the client will usually postfix these with random numbers, so when checking for the file only the start of the string should be examined: not the whole one.
+NOTE: the client will usually postfix these with random numbers, so when checking for the file only the start of the string should be examined: not the whole one. This is to help avoid caches when these files are fetched over HTTP.
NOTE: The crc is postfixed with the client revision \ No newline at end of file