deflate is broken.
[elinks.git] / contrib / proxy / README
blobaf61aa6500151798a95f7ec34df16c5bc16549b0
1 This program generate proxy.py - a tool for developers to find bugs offline.
2 How to use it:
3 1) make the change in src/network/socket.c and recompile the ELinks
4 /* To enable logging of tranfers, for debugging purposes. */
5 #if 0
6 ^^^^^
7 set this to 1
9 2) set connection.max_connections = 1
10    set connection.max_connections_to_host = 1
12 3) run the ELinks and gather data.
14 4) revert "#if 1 change" and recompile ELinks.
16 5) run make in directory with this file. The proxy.py should be generated
17 and some files with .txt extension.
19 6) run proxy.py
21 7) run ELinks and set protocol.http.proxy = localhost:8000
23 8) repeat previous session, go to the same pages, etc.
25 If you want to use https use browser scripting to replace
26 'https' with 'http' in follow_url.
28 Enjoy,
29 Witek