Source: https://fossil-scm.org/home/vdiff?to=17c01c549e73c6b8&from=fb4e90b662803e47 Fix json-cap-POSTenv-name, json-cap-POSTenv-notsetup tests Index: test/json.test ================================================================== --- test/json.test +++ test/json.test @@ -107,11 +107,11 @@ set request [subst {POST $url HTTP/1.0\r Host: localhost\r User-Agent: Fossil-Test\r Cookie: $cookie\r Content-Type: application/json -Content-Length $len +Content-Length: $len \r $data}] } else { set request [subst {GET $url HTTP/1.0\r Host: localhost\r