summaryrefslogtreecommitdiff
path: root/noncore/unsupported/ubrowser/new_chunked_algo_thoughts
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/ubrowser/new_chunked_algo_thoughts') (more/less context) (ignore 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