Fossil SCM
Missed the other one.
Commit
8ca633e0ae3812afdf7327222ab1a02c35f2033360ecbf79d3d7eb20dc06501b
Parent
51792cf5c7cf0a0…
1 file changed
+1
-1
+1
-1
| --- test/json.test | ||
| +++ test/json.test | ||
| @@ -119,11 +119,11 @@ | ||
| 119 | 119 | } |
| 120 | 120 | |
| 121 | 121 | # handle the actual request |
| 122 | 122 | flush stdout |
| 123 | 123 | #exec $fossilexe |
| 124 | - set RESULT [fossil_maybe_answer $request http {*}$args] | |
| 124 | + set RESULT [fossil_maybe_answer $request http {*}$args --ipaddr 127.0.0.1] | |
| 125 | 125 | |
| 126 | 126 | # separate HTTP headers from body |
| 127 | 127 | set head ""; set body ""; set status "--NO_MATCH--" |
| 128 | 128 | regexp {(?w)(.*)^\s*$(.*)} $RESULT dummy head body |
| 129 | 129 | regexp {^HTTP\S+\s+(\d\d\d)\s+(.*)$} $head dummy status msg |
| 130 | 130 |
| --- test/json.test | |
| +++ test/json.test | |
| @@ -119,11 +119,11 @@ | |
| 119 | } |
| 120 | |
| 121 | # handle the actual request |
| 122 | flush stdout |
| 123 | #exec $fossilexe |
| 124 | set RESULT [fossil_maybe_answer $request http {*}$args] |
| 125 | |
| 126 | # separate HTTP headers from body |
| 127 | set head ""; set body ""; set status "--NO_MATCH--" |
| 128 | regexp {(?w)(.*)^\s*$(.*)} $RESULT dummy head body |
| 129 | regexp {^HTTP\S+\s+(\d\d\d)\s+(.*)$} $head dummy status msg |
| 130 |
| --- test/json.test | |
| +++ test/json.test | |
| @@ -119,11 +119,11 @@ | |
| 119 | } |
| 120 | |
| 121 | # handle the actual request |
| 122 | flush stdout |
| 123 | #exec $fossilexe |
| 124 | set RESULT [fossil_maybe_answer $request http {*}$args --ipaddr 127.0.0.1] |
| 125 | |
| 126 | # separate HTTP headers from body |
| 127 | set head ""; set body ""; set status "--NO_MATCH--" |
| 128 | regexp {(?w)(.*)^\s*$(.*)} $RESULT dummy head body |
| 129 | regexp {^HTTP\S+\s+(\d\d\d)\s+(.*)$} $head dummy status msg |
| 130 |