1 This program generate proxy.py - a tool for developers to find bugs offline.
3 1) make the change in src/network/socket.c and recompile the ELinks
4 /* To enable logging of tranfers, for debugging purposes. */
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.
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.