From 9eaf9b69dd95fc20133f2bdff1b624ff9257c420 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 08 Nov 2004 10:38:01 +0000 Subject: move ubroser to unsupported --- (limited to 'noncore/unsupported/ubrowser/new_chunked_algo_thoughts') diff --git a/noncore/unsupported/ubrowser/new_chunked_algo_thoughts b/noncore/unsupported/ubrowser/new_chunked_algo_thoughts new file mode 100644 index 0000000..8ca9318 --- a/dev/null +++ b/noncore/unsupported/ubrowser/new_chunked_algo_thoughts @@ -0,0 +1,12 @@ +use a switch case, with each case being one potential way that the data is when the function is entered, or +another one exits. + +while(!done) +{ + switch(status) + { + case chunk header: + case after chunk header: + case no chunk header: + } +} \ No newline at end of file -- cgit v0.9.0.2