|
2 | 2 | $ run_server ./test.exe |
3 | 3 | ocsigen:main: [WARNING] Command pipe created |
4 | 4 | cohttp.eio: [INFO] unix:: accept connection |
5 | | - ocsigen:access: connection for local-test from (curl/8.13.0): /index.html |
| 5 | + ocsigen:access: connection for local-test from unix:// (): /index.html |
6 | 6 | ocsigen:ext: [INFO] host found! local-test:0 matches .* |
7 | 7 | ocsigen:ext:staticmod: [INFO] Is it a static file? |
8 | 8 | ocsigen:local-file: [INFO] Testing "./index.html". |
|
11 | 11 | ocsigen:local-file: [INFO] Returning "./index.html". |
12 | 12 | cohttp.eio: [INFO] unix:: disconnected |
13 | 13 | cohttp.eio: [INFO] unix:: accept connection |
14 | | - ocsigen:access: connection for local-test from (curl/8.13.0): /index.html |
| 14 | + ocsigen:access: connection for local-test from unix:// (): /index.html |
15 | 15 | ocsigen:ext: [INFO] host found! local-test:0 matches .* |
16 | 16 | ocsigen:ext:staticmod: [INFO] Is it a static file? |
17 | 17 | ocsigen:local-file: [INFO] Testing "./index.html". |
18 | 18 | ocsigen:local-file: [INFO] checking if file index.html can be sent |
19 | 19 | ocsigen:local-file: [INFO] Returning "./index.html". |
20 | 20 | cohttp.eio: [INFO] unix:: disconnected |
21 | 21 | cohttp.eio: [INFO] unix:: accept connection |
22 | | - ocsigen:access: connection for local-test from (curl/8.13.0): /empty_dir/ |
| 22 | + ocsigen:access: connection for local-test from unix:// (): /empty_dir/ |
23 | 23 | ocsigen:ext: [INFO] host found! local-test:0 matches .* |
24 | 24 | ocsigen:ext:staticmod: [INFO] Is it a static file? |
25 | 25 | ocsigen:local-file: [INFO] Testing "./empty_dir/". |
26 | 26 | ocsigen:local-file: [INFO] Testing "./empty_dir/index.html" as possible index. |
27 | 27 | ocsigen:local-file: [INFO] No index and no listing |
28 | 28 | cohttp.eio: [INFO] unix:: disconnected |
29 | 29 | cohttp.eio: [INFO] unix:: accept connection |
30 | | - ocsigen:access: connection for local-test from (curl/8.13.0): /doesnt_exists.html |
| 30 | + ocsigen:access: connection for local-test from unix:// (): /doesnt_exists.html |
31 | 31 | ocsigen:ext: [INFO] host found! local-test:0 matches .* |
32 | 32 | ocsigen:ext:staticmod: [INFO] Is it a static file? |
33 | 33 | ocsigen:local-file: [INFO] Testing "./doesnt_exists.html". |
|
0 commit comments