From 3d98febb63ff5dcbd2a711b6f120aa5e00a0b337 Mon Sep 17 00:00:00 2001 From: spiralman Date: Fri, 19 Jul 2002 18:37:09 +0000 Subject: initial add of ubrowser source --- (limited to 'noncore/net/ubrowser/new_chunked_algo_thoughts') diff --git a/noncore/net/ubrowser/new_chunked_algo_thoughts b/noncore/net/ubrowser/new_chunked_algo_thoughts new file mode 100644 index 0000000..8ca9318 --- a/dev/null +++ b/noncore/net/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