summaryrefslogtreecommitdiff
path: root/noncore/unsupported/ubrowser/new_chunked_algo_thoughts
authormickeyl <mickeyl>2004-11-08 10:38:01 (UTC)
committer mickeyl <mickeyl>2004-11-08 10:38:01 (UTC)
commit9eaf9b69dd95fc20133f2bdff1b624ff9257c420 (patch) (side-by-side diff)
tree4bed7aad0433f50ee004828e904dbc2837715772 /noncore/unsupported/ubrowser/new_chunked_algo_thoughts
parent18875a0d90d0425c066e6fa2cda81a6140fe8606 (diff)
downloadopie-9eaf9b69dd95fc20133f2bdff1b624ff9257c420.zip
opie-9eaf9b69dd95fc20133f2bdff1b624ff9257c420.tar.gz
opie-9eaf9b69dd95fc20133f2bdff1b624ff9257c420.tar.bz2
move ubroser to unsupported
Diffstat (limited to 'noncore/unsupported/ubrowser/new_chunked_algo_thoughts') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/ubrowser/new_chunked_algo_thoughts12
1 files changed, 12 insertions, 0 deletions
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