summaryrefslogtreecommitdiff
path: root/dev-vcs/fossil/files/fossil-2.24-fix-json-test-content-length.patch
blob: adafce2e9e95a78d0509ead03ddd57de832893e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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