-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Summary
Functionality is not working as expected (e.g. deselecting JS engines, seeing the entire test code)
Expected behavior
Receive the entire main.client.bundle.js file ( 635 kB)
Actual behavior
Received only 65 kB bytes.
Opera reports net::ERR_INCOMPLETE_CHUNKED_ENCODING, curl curl: (18) transfer closed with 538030 bytes remaining to read
Steps to reproduce
curl -vO https://test262.report/main.client.bundle.js
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0*
* TCP_NODELAY set
* Connected to test262.report (3.81.169.97) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [108 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [2554 bytes data]
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [300 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [37 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Client hello (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* ALPN, server accepted to use http/1.1
* Server certificate:
* subject: CN=test262.report
* start date: Oct 23 17:53:19 2020 GMT
* expire date: Jan 21 17:53:19 2021 GMT
* subjectAltName: host "test262.report" matched cert's "test262.report"
* issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
* SSL certificate verify ok.
} [5 bytes data]
> GET /main.client.bundle.js HTTP/1.1
> Host: test262.report
> User-Agent: curl/7.58.0
> Accept: */*
>
{ [5 bytes data]
< HTTP/1.1 200 OK
< Server: nginx/1.14.0 (Ubuntu)
< Date: Wed, 06 Jan 2021 11:26:14 GMT
< Content-Type: application/javascript; charset=UTF-8
< Content-Length: 635969
< Connection: keep-alive
< X-Powered-By: Express
< Accept-Ranges: bytes
< Cache-Control: public, max-age=0
< Last-Modified: Tue, 06 Oct 2020 15:59:08 GMT
< ETag: W/"9b441-174fea34922"
< Vary: Accept-Encoding
<
{ [16019 bytes data]
* transfer closed with 538030 bytes remaining to read
* stopped the pause stream!
15 621k 15 97939 0 0 130k 0 0:00:04 --:--:-- 0:00:04 130k
* Closing connection 0
} [5 bytes data]
* TLSv1.2 (OUT), TLS alert, Client hello (1):
} [2 bytes data]
curl: (18) transfer closed with 538030 bytes remaining to read
Environment
Windows 10, Firefox/Opera/curl
Ubuntu/curl
SebastianSimon
Metadata
Metadata
Assignees
Labels
No labels