##// END OF EJS Templates
tests: remove regular expression matching for Python 2.6...
Gregory Szorc -
r32282:0c0c9b12 default
parent child Browse files
Show More
@@ -71,13 +71,13 Failure to read all bytes in initial HTT
71 71 TODO this error message is not very good
72 72
73 73 $ hg clone http://localhost:$HGPORT/ clone
74 abort: error: (''|) (re)
74 abort: error: ''
75 75 [255]
76 76
77 77 $ killdaemons.py $DAEMON_PIDS
78 78
79 79 $ cat error.log
80 readline\(1 from (-1|65537)\) -> \(1\) G (re)
80 readline(1 from 65537) -> (1) G
81 81 read limit reached; closing socket
82 82
83 83 $ rm -f error.log
@@ -87,13 +87,13 Same failure, but server reads full HTTP
87 87 $ hg --config badserver.closeafterrecvbytes=40 serve -p $HGPORT -d --pid-file=hg.pid -E error.log
88 88 $ cat hg.pid > $DAEMON_PIDS
89 89 $ hg clone http://localhost:$HGPORT/ clone
90 abort: error: (''|) (re)
90 abort: error: ''
91 91 [255]
92 92
93 93 $ killdaemons.py $DAEMON_PIDS
94 94
95 95 $ cat error.log
96 readline\(40 from (-1|65537)\) -> \(33\) GET /\?cmd=capabilities HTTP/1.1\\r\\n (re)
96 readline(40 from 65537) -> (33) GET /?cmd=capabilities HTTP/1.1\r\n
97 97 readline(7 from -1) -> (7) Accept-
98 98 read limit reached; closing socket
99 99
@@ -104,13 +104,13 Failure on subsequent HTTP request on th
104 104 $ hg --config badserver.closeafterrecvbytes=210 serve -p $HGPORT -d --pid-file=hg.pid -E error.log
105 105 $ cat hg.pid > $DAEMON_PIDS
106 106 $ hg clone http://localhost:$HGPORT/ clone
107 abort: error: (''|) (re)
107 abort: error: ''
108 108 [255]
109 109
110 110 $ killdaemons.py $DAEMON_PIDS
111 111
112 112 $ cat error.log
113 readline\(210 from (-1|65537)\) -> \(33\) GET /\?cmd=capabilities HTTP/1.1\\r\\n (re)
113 readline(210 from 65537) -> (33) GET /?cmd=capabilities HTTP/1.1\r\n
114 114 readline(177 from -1) -> (27) Accept-Encoding: identity\r\n
115 115 readline(150 from -1) -> (35) accept: application/mercurial-0.1\r\n
116 116 readline(115 from -1) -> (2?) host: localhost:$HGPORT\r\n (glob)
@@ -123,10 +123,10 Failure on subsequent HTTP request on th
123 123 write(21) -> Content-Length: 405\r\n
124 124 write(2) -> \r\n
125 125 write(405) -> lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch streamreqs=generaldelta,revlogv1 bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=none
126 readline\(4[12] from (-1|65537)\) -> \(26\) GET /\?cmd=batch HTTP/1.1\\r\\n (re)
126 readline(41 from 65537) -> (26) GET /?cmd=batch HTTP/1.1\r\n
127 127 readline(1? from -1) -> (1?) Accept-Encoding* (glob)
128 128 read limit reached; closing socket
129 readline\(210 from (-1|65537)\) -> \(26\) GET /\?cmd=batch HTTP/1.1\\r\\n (re)
129 readline(210 from 65537) -> (26) GET /?cmd=batch HTTP/1.1\r\n
130 130 readline(184 from -1) -> (27) Accept-Encoding: identity\r\n
131 131 readline(157 from -1) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n
132 132 readline(128 from -1) -> (41) x-hgarg-1: cmds=heads+%3Bknown+nodes%3D\r\n
@@ -143,13 +143,13 Failure to read getbundle HTTP request
143 143 $ cat hg.pid > $DAEMON_PIDS
144 144 $ hg clone http://localhost:$HGPORT/ clone
145 145 requesting all changes
146 abort: error: (''|) (re)
146 abort: error: ''
147 147 [255]
148 148
149 149 $ killdaemons.py $DAEMON_PIDS
150 150
151 151 $ cat error.log
152 readline\(292 from (-1|65537)\) -> \(33\) GET /\?cmd=capabilities HTTP/1.1\\r\\n (re)
152 readline(292 from 65537) -> (33) GET /?cmd=capabilities HTTP/1.1\r\n
153 153 readline(259 from -1) -> (27) Accept-Encoding: identity\r\n
154 154 readline(232 from -1) -> (35) accept: application/mercurial-0.1\r\n
155 155 readline(197 from -1) -> (2?) host: localhost:$HGPORT\r\n (glob)
@@ -162,13 +162,13 Failure to read getbundle HTTP request
162 162 write(21) -> Content-Length: 405\r\n
163 163 write(2) -> \r\n
164 164 write(405) -> lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch streamreqs=generaldelta,revlogv1 bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=none
165 readline\(12[34] from (-1|65537)\) -> \(2[67]\) GET /\?cmd=batch HTTP/1.1\\r\\n (re)
165 readline\(12[34] from 65537\) -> \(2[67]\) GET /\?cmd=batch HTTP/1.1\\r\\n (re)
166 166 readline(9? from -1) -> (27) Accept-Encoding: identity\r\n (glob)
167 167 readline(7? from -1) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n (glob)
168 168 readline(4? from -1) -> (41) x-hgarg-1: cmds=heads+%3Bknown+nodes%3D\r\n (glob)
169 169 readline(1 from -1) -> (1) x (?)
170 170 read limit reached; closing socket
171 readline\(292 from (-1|65537)\) -> \(26\) GET /\?cmd=batch HTTP/1.1\\r\\n (re)
171 readline(292 from 65537) -> (26) GET /?cmd=batch HTTP/1.1\r\n
172 172 readline(266 from -1) -> (27) Accept-Encoding: identity\r\n
173 173 readline(239 from -1) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n
174 174 readline(210 from -1) -> (41) x-hgarg-1: cmds=heads+%3Bknown+nodes%3D\r\n
@@ -184,9 +184,9 Failure to read getbundle HTTP request
184 184 write(20) -> Content-Length: 42\r\n
185 185 write(2) -> \r\n
186 186 write(42) -> 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n;
187 readline\(1[23] from (-1|65537)\) -> \(1[23]\) GET /\?cmd=ge.? (re)
187 readline\(1[23] from 65537\) -> \(1[23]\) GET /\?cmd=ge.? (re)
188 188 read limit reached; closing socket
189 readline\(292 from (-1|65537)\) -> \(30\) GET /\?cmd=getbundle HTTP/1.1\\r\\n (re)
189 readline(292 from 65537) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
190 190 readline(262 from -1) -> (27) Accept-Encoding: identity\r\n
191 191 readline(235 from -1) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n
192 192 readline(206 from -1) -> (206) x-hgarg-1: bundlecaps=HG20%2Cbundle2%3DHG20%250Achangegroup%253D01%252C02%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Ali
@@ -200,13 +200,13 Now do a variation using POST to send ar
200 200 $ cat hg.pid > $DAEMON_PIDS
201 201
202 202 $ hg clone http://localhost:$HGPORT/ clone
203 abort: error: (''|) (re)
203 abort: error: ''
204 204 [255]
205 205
206 206 $ killdaemons.py $DAEMON_PIDS
207 207
208 208 $ cat error.log
209 readline\(315 from (-1|65537)\) -> \(33\) GET /\?cmd=capabilities HTTP/1.1\\r\\n (re)
209 readline(315 from 65537) -> (33) GET /?cmd=capabilities HTTP/1.1\r\n
210 210 readline(282 from -1) -> (27) Accept-Encoding: identity\r\n
211 211 readline(255 from -1) -> (35) accept: application/mercurial-0.1\r\n
212 212 readline(220 from -1) -> (2?) host: localhost:$HGPORT\r\n (glob)
@@ -219,14 +219,14 Now do a variation using POST to send ar
219 219 write(21) -> Content-Length: 418\r\n
220 220 write(2) -> \r\n
221 221 write(418) -> lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch streamreqs=generaldelta,revlogv1 bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httppostargs httpmediatype=0.1rx,0.1tx,0.2tx compression=none
222 readline\(14[67] from (-1|65537)\) -> \(2[67]\) POST /\?cmd=batch HTTP/1.1\\r\\n (re)
222 readline\(14[67] from 65537\) -> \(2[67]\) POST /\?cmd=batch HTTP/1.1\\r\\n (re)
223 223 readline\(1(19|20) from -1\) -> \(27\) Accept-Encoding: identity\\r\\n (re)
224 224 readline(9? from -1) -> (41) content-type: application/mercurial-0.1\r\n (glob)
225 225 readline(5? from -1) -> (19) vary: X-HgProto-1\r\n (glob)
226 226 readline(3? from -1) -> (19) x-hgargs-post: 28\r\n (glob)
227 227 readline(1? from -1) -> (1?) x-hgproto-1: * (glob)
228 228 read limit reached; closing socket
229 readline\(315 from (-1|65537)\) -> \(27\) POST /\?cmd=batch HTTP/1.1\\r\\n (re)
229 readline(315 from 65537) -> (27) POST /?cmd=batch HTTP/1.1\r\n
230 230 readline(288 from -1) -> (27) Accept-Encoding: identity\r\n
231 231 readline(261 from -1) -> (41) content-type: application/mercurial-0.1\r\n
232 232 readline(220 from -1) -> (19) vary: X-HgProto-1\r\n
@@ -257,7 +257,7 Server sends a single character from the
257 257 $ killdaemons.py $DAEMON_PIDS
258 258
259 259 $ cat error.log
260 readline\((-1|65537)\) -> \(33\) GET /\?cmd=capabilities HTTP/1.1\\r\\n (re)
260 readline(65537) -> (33) GET /?cmd=capabilities HTTP/1.1\r\n
261 261 readline(-1) -> (27) Accept-Encoding: identity\r\n
262 262 readline(-1) -> (35) accept: application/mercurial-0.1\r\n
263 263 readline(-1) -> (2?) host: localhost:$HGPORT\r\n (glob)
@@ -282,7 +282,7 Server sends an incomplete capabilities
282 282 $ killdaemons.py $DAEMON_PIDS
283 283
284 284 $ cat error.log
285 readline\((-1|65537)\) -> \(33\) GET /\?cmd=capabilities HTTP/1.1\\r\\n (re)
285 readline(65537) -> (33) GET /?cmd=capabilities HTTP/1.1\r\n
286 286 readline(-1) -> (27) Accept-Encoding: identity\r\n
287 287 readline(-1) -> (35) accept: application/mercurial-0.1\r\n
288 288 readline(-1) -> (2?) host: localhost:$HGPORT\r\n (glob)
@@ -317,7 +317,7 TODO this output is horrible
317 317 $ killdaemons.py $DAEMON_PIDS
318 318
319 319 $ cat error.log
320 readline\((-1|65537)\) -> \(33\) GET /\?cmd=capabilities HTTP/1.1\\r\\n (re)
320 readline(65537) -> (33) GET /?cmd=capabilities HTTP/1.1\r\n
321 321 readline(-1) -> (27) Accept-Encoding: identity\r\n
322 322 readline(-1) -> (35) accept: application/mercurial-0.1\r\n
323 323 readline(-1) -> (2?) host: localhost:$HGPORT\r\n (glob)
@@ -330,7 +330,7 TODO this output is horrible
330 330 write(21 from 21) -> (537) Content-Length: 405\r\n
331 331 write(2 from 2) -> (535) \r\n
332 332 write(405 from 405) -> (130) lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch streamreqs=generaldelta,revlogv1 bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=none
333 readline\((-1|65537)\) -> \(26\) GET /\?cmd=batch HTTP/1.1\\r\\n (re)
333 readline(65537) -> (26) GET /?cmd=batch HTTP/1.1\r\n
334 334 readline(-1) -> (27) Accept-Encoding: identity\r\n
335 335 readline(-1) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n
336 336 readline(-1) -> (41) x-hgarg-1: cmds=heads+%3Bknown+nodes%3D\r\n
@@ -360,7 +360,7 TODO client spews a stack due to uncaugh
360 360 $ killdaemons.py $DAEMON_PIDS
361 361
362 362 $ cat error.log
363 readline\((-1|65537)\) -> \(33\) GET /\?cmd=capabilities HTTP/1.1\\r\\n (re)
363 readline(65537) -> (33) GET /?cmd=capabilities HTTP/1.1\r\n
364 364 readline(-1) -> (27) Accept-Encoding: identity\r\n
365 365 readline(-1) -> (35) accept: application/mercurial-0.1\r\n
366 366 readline(-1) -> (2?) host: localhost:$HGPORT\r\n (glob)
@@ -373,7 +373,7 TODO client spews a stack due to uncaugh
373 373 write(21 from 21) -> (602) Content-Length: 405\r\n
374 374 write(2 from 2) -> (600) \r\n
375 375 write(405 from 405) -> (195) lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch streamreqs=generaldelta,revlogv1 bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=none
376 readline\((-1|65537)\) -> \(26\) GET /\?cmd=batch HTTP/1.1\\r\\n (re)
376 readline(65537) -> (26) GET /?cmd=batch HTTP/1.1\r\n
377 377 readline(-1) -> (27) Accept-Encoding: identity\r\n
378 378 readline(-1) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n
379 379 readline(-1) -> (41) x-hgarg-1: cmds=heads+%3Bknown+nodes%3D\r\n
@@ -412,7 +412,7 TODO this output is terrible
412 412 $ killdaemons.py $DAEMON_PIDS
413 413
414 414 $ cat error.log
415 readline\((-1|65537)\) -> \(33\) GET /\?cmd=capabilities HTTP/1.1\\r\\n (re)
415 readline(65537) -> (33) GET /?cmd=capabilities HTTP/1.1\r\n
416 416 readline(-1) -> (27) Accept-Encoding: identity\r\n
417 417 readline(-1) -> (35) accept: application/mercurial-0.1\r\n
418 418 readline(-1) -> (2?) host: localhost:$HGPORT\r\n (glob)
@@ -425,7 +425,7 TODO this output is terrible
425 425 write(21 from 21) -> (737) Content-Length: 405\r\n
426 426 write(2 from 2) -> (735) \r\n
427 427 write(405 from 405) -> (330) lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch streamreqs=generaldelta,revlogv1 bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=none
428 readline\((-1|65537)\) -> \(26\) GET /\?cmd=batch HTTP/1.1\\r\\n (re)
428 readline(65537) -> (26) GET /?cmd=batch HTTP/1.1\r\n
429 429 readline(-1) -> (27) Accept-Encoding: identity\r\n
430 430 readline(-1) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n
431 431 readline(-1) -> (41) x-hgarg-1: cmds=heads+%3Bknown+nodes%3D\r\n
@@ -441,7 +441,7 TODO this output is terrible
441 441 write(20 from 20) -> (173) Content-Length: 42\r\n
442 442 write(2 from 2) -> (171) \r\n
443 443 write(42 from 42) -> (129) 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n;
444 readline\((-1|65537)\) -> \(30\) GET /\?cmd=getbundle HTTP/1.1\\r\\n (re)
444 readline(65537) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
445 445 readline(-1) -> (27) Accept-Encoding: identity\r\n
446 446 readline(-1) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n
447 447 readline(-1) -> (396) x-hgarg-1: bundlecaps=HG20%2Cbundle2%3DHG20%250Achangegroup%253D01%252C02%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps&cg=1&common=0000000000000000000000000000000000000000&heads=96ee1d7354c4ad7372047672c36a1f561e3a6a4c&listkeys=phases%2Cbookmarks\r\n
@@ -473,7 +473,7 Server sends empty HTTP body for getbund
473 473 $ killdaemons.py $DAEMON_PIDS
474 474
475 475 $ cat error.log
476 readline\((-1|65537)\) -> \(33\) GET /\?cmd=capabilities HTTP/1.1\\r\\n (re)
476 readline(65537) -> (33) GET /?cmd=capabilities HTTP/1.1\r\n
477 477 readline(-1) -> (27) Accept-Encoding: identity\r\n
478 478 readline(-1) -> (35) accept: application/mercurial-0.1\r\n
479 479 readline(-1) -> (2?) host: localhost:$HGPORT\r\n (glob)
@@ -486,7 +486,7 Server sends empty HTTP body for getbund
486 486 write(21 from 21) -> (775) Content-Length: 405\r\n
487 487 write(2 from 2) -> (773) \r\n
488 488 write(405 from 405) -> (368) lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch streamreqs=generaldelta,revlogv1 bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=none
489 readline\((-1|65537)\) -> \(26\) GET /\?cmd=batch HTTP/1.1\\r\\n (re)
489 readline(65537) -> (26) GET /?cmd=batch HTTP/1.1\r\n
490 490 readline(-1) -> (27) Accept-Encoding: identity\r\n
491 491 readline(-1) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n
492 492 readline(-1) -> (41) x-hgarg-1: cmds=heads+%3Bknown+nodes%3D\r\n
@@ -502,7 +502,7 Server sends empty HTTP body for getbund
502 502 write(20 from 20) -> (211) Content-Length: 42\r\n
503 503 write(2 from 2) -> (209) \r\n
504 504 write(42 from 42) -> (167) 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n;
505 readline\((-1|65537)\) -> \(30\) GET /\?cmd=getbundle HTTP/1.1\\r\\n (re)
505 readline(65537) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
506 506 readline(-1) -> (27) Accept-Encoding: identity\r\n
507 507 readline(-1) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n
508 508 readline(-1) -> (396) x-hgarg-1: bundlecaps=HG20%2Cbundle2%3DHG20%250Achangegroup%253D01%252C02%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps&cg=1&common=0000000000000000000000000000000000000000&heads=96ee1d7354c4ad7372047672c36a1f561e3a6a4c&listkeys=phases%2Cbookmarks\r\n
@@ -536,7 +536,7 Server sends partial compression string
536 536 $ killdaemons.py $DAEMON_PIDS
537 537
538 538 $ cat error.log
539 readline\((-1|65537)\) -> \(33\) GET /\?cmd=capabilities HTTP/1.1\\r\\n (re)
539 readline(65537) -> (33) GET /?cmd=capabilities HTTP/1.1\r\n
540 540 readline(-1) -> (27) Accept-Encoding: identity\r\n
541 541 readline(-1) -> (35) accept: application/mercurial-0.1\r\n
542 542 readline(-1) -> (2?) host: localhost:$HGPORT\r\n (glob)
@@ -549,7 +549,7 Server sends partial compression string
549 549 write(21 from 21) -> (787) Content-Length: 405\r\n
550 550 write(2 from 2) -> (785) \r\n
551 551 write(405 from 405) -> (380) lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch streamreqs=generaldelta,revlogv1 bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=none
552 readline\((-1|65537)\) -> \(26\) GET /\?cmd=batch HTTP/1.1\\r\\n (re)
552 readline(65537) -> (26) GET /?cmd=batch HTTP/1.1\r\n
553 553 readline(-1) -> (27) Accept-Encoding: identity\r\n
554 554 readline(-1) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n
555 555 readline(-1) -> (41) x-hgarg-1: cmds=heads+%3Bknown+nodes%3D\r\n
@@ -565,7 +565,7 Server sends partial compression string
565 565 write(20 from 20) -> (223) Content-Length: 42\r\n
566 566 write(2 from 2) -> (221) \r\n
567 567 write(42 from 42) -> (179) 96ee1d7354c4ad7372047672c36a1f561e3a6a4c\n;
568 readline\((-1|65537)\) -> \(30\) GET /\?cmd=getbundle HTTP/1.1\\r\\n (re)
568 readline(65537) -> (30) GET /?cmd=getbundle HTTP/1.1\r\n
569 569 readline(-1) -> (27) Accept-Encoding: identity\r\n
570 570 readline(-1) -> (29) vary: X-HgArg-1,X-HgProto-1\r\n
571 571 readline(-1) -> (396) x-hgarg-1: bundlecaps=HG20%2Cbundle2%3DHG20%250Achangegroup%253D01%252C02%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps&cg=1&common=0000000000000000000000000000000000000000&heads=96ee1d7354c4ad7372047672c36a1f561e3a6a4c&listkeys=phases%2Cbookmarks\r\n
General Comments 0
You need to be logged in to leave comments. Login now