summaryrefslogtreecommitdiff
path: root/noncore/net/ubrowser/new_chunked_algo_thoughts
Unidiff
Diffstat (limited to 'noncore/net/ubrowser/new_chunked_algo_thoughts') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/ubrowser/new_chunked_algo_thoughts12
1 files changed, 12 insertions, 0 deletions
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 @@
1use a switch case, with each case being one potential way that the data is when the function is entered, or
2another one exits.
3
4while(!done)
5{
6 switch(status)
7 {
8 case chunk header:
9 case after chunk header:
10 case no chunk header:
11 }
12} \ No newline at end of file