2024-08-15 23:12:06 +00:00
|
|
|
+================+
|
|
|
|
| tinyparser |
|
|
|
|
+================+
|
|
|
|
|
2024-09-02 22:12:22 +00:00
|
|
|
HTTP parsing prototype and algorithm development
|
|
|
|
environment for tinyproxy - my new proxy.
|
|
|
|
|
|
|
|
RES: github.com/tinyproxy/tinyproxy
|
|
|
|
RES: github.com/nginx/nginx
|
|
|
|
|
|
|
|
LEAKS
|
|
|
|
|
|
|
|
LEAKS file contains the most recent valgrind memory leaks
|
|
|
|
dump ran on main.c
|
|
|
|
|
|
|
|
LEAKS.TEST.[id] files respectively contain the most recent
|
|
|
|
valgrind memory leaks dump ran on a test with an id=[id]
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
* headers table needs length fields
|
|
|
|
* refactor header parsing
|
|
|
|
* implement tests
|
|
|
|
* integrations with tinyproxy..?
|
|
|
|
|