Ticket #891: curl_without_bug.txt

File curl_without_bug.txt, 3.5 KB (added by nzt4567@…, 10 years ago)

curl output when the bug does not occur

Line 
1* Connection #0 to host 127.0.0.1 left intact
2* Trying 127.0.0.1...
3 % Total % Received % Xferd Average Speed Time Time Time Current
4 Dload Upload Total Spent Left Speed
5 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to 127.0.0.1 (127.0.0.1) port 443 (#0)
6* found 174 certificates in /etc/ssl/certs/ca-certificates.crt
7* found 700 certificates in /etc/ssl/certs
8* ALPN, offering h2
9* ALPN, offering http/1.1
10* SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256
11* server certificate verification SKIPPED
12* server certificate status verification SKIPPED
13* common name: rsc.cdn77.org (does not match '127.0.0.1')
14* server certificate expiration date OK
15* server certificate activation date OK
16* certificate public key: RSA
17* certificate version: #3
18* subject: C=GB,ST=England,L=London,O=DataCamp Limited,CN=rsc.cdn77.org
19* start date: Fri, 27 Feb 2015 00:00:00 GMT
20* expire date: Mon, 02 May 2016 12:00:00 GMT
21* issuer: C=US,O=DigiCert Inc,OU=www.digicert.com,CN=DigiCert SHA2 High Assurance Server CA
22* compression: NULL
23* ALPN, server accepted to use h2
24* Using HTTP2, server supports multi-use
25* Connection state changed (HTTP/2 confirmed)
26* TCP_NODELAY set
27* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
28* Using Stream ID: 1 (easy handle 0x7f7e60b968e0)
29> GET /bad_kingdom.mp4 HTTP/1.1
30> Host: 1670517899.rsc.cdn77.org
31> User-Agent: curl/7.46.0
32> Accept: */*
33>
34< HTTP/2.0 200
35< server:nginx/1.9.10
36< date:Wed, 03 Feb 2016 13:20:43 GMT
37< content-type:video/mp4
38< content-length:39528948
39< last-modified:Mon, 07 Dec 2015 14:04:50 GMT
40< etag:"56659202-25b29f4"
41< expires:Thu, 04 Feb 2016 13:20:43 GMT
42< cache-control:max-age=86400
43< access-control-allow-origin:*
44< accept-ranges:bytes
45<
46{ [3579 bytes data]
47100 37.6M 100 37.6M 0 0 50.3M 0 --:--:-- --:--:-- --:--:-- 50.3M
48* Connection #0 to host 127.0.0.1 left intact
49* Found bundle for host 127.0.0.1: 0x7f7e60b7c7b0
50* Re-using existing connection! (#0) with host 127.0.0.1
51* Connected to 127.0.0.1 (127.0.0.1) port 443 (#0)
52* Using Stream ID: 3 (easy handle 0x7f7e60b968e0)
53> GET /bad_kingdom2.mp4 HTTP/1.1
54> Host: 1670517899.rsc.cdn77.org
55> User-Agent: curl/7.46.0
56> Accept: */*
57>
58< HTTP/2.0 200
59< server:nginx/1.9.10
60< date:Wed, 03 Feb 2016 13:20:44 GMT
61< content-type:video/mp4
62< content-length:39528948
63< last-modified:Thu, 17 Dec 2015 18:33:36 GMT
64< etag:"56730000-25b29f4"
65< expires:Thu, 04 Feb 2016 13:20:44 GMT
66< cache-control:max-age=86400
67< set-cookie:A=B; expires=Fri, 17-Jun-2017 18:25:30 GMT; path=/;
68< accept-ranges:bytes
69<
70{ [3545 bytes data]
71100 37.6M 100 37.6M 0 0 91.5M 0 --:--:-- --:--:-- --:--:-- 86.3M
72* Connection #0 to host 127.0.0.1 left intact
73* Found bundle for host 127.0.0.1: 0x7f7e60b7c7b0
74* Re-using existing connection! (#0) with host 127.0.0.1
75* Connected to 127.0.0.1 (127.0.0.1) port 443 (#0)
76* Using Stream ID: 5 (easy handle 0x7f7e60b968e0)
77> GET /test_file.txt HTTP/1.1
78> Host: 1670517899.rsc.cdn77.org
79> User-Agent: curl/7.46.0
80> Accept: */*
81>
82< HTTP/2.0 200
83< server:nginx/1.9.10
84< date:Wed, 03 Feb 2016 13:20:45 GMT
85< content-type:text/plain
86< content-length:32
87< last-modified:Thu, 17 Dec 2015 18:27:39 GMT
88< etag:"5672fe9b-20"
89< expires:Thu, 04 Feb 2016 13:20:45 GMT
90< cache-control:max-age=86400
91< set-cookie:A=B; expires=Fri, 17-Jun-2017 18:25:30 GMT; path=/;
92< accept-ranges:bytes
93<
94{ [32 bytes data]
95100 32 100 32 0 0 12089 0 --:--:-- --:--:-- --:--:-- 12089
96* Connection #0 to host 127.0.0.1 left intact