HTTP/2 302
server: nginx
date: Sun, 31 Aug 2025 20:19:17 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20150403024556
location: https://web.archive.org/web/20150403024556/https://github.com/dotnet/corefx/pull/31
server-timing: captures_list;dur=0.673266, exclusion.robots;dur=0.030884, exclusion.robots.policy;dur=0.018743, esindex;dur=0.011877, cdx.remote;dur=23.665999, LoadShardBlock;dur=285.009663, PetaboxLoader3.datanode;dur=97.303270, PetaboxLoader3.resolve;dur=89.090250
x-app-server: wwwb-app201
x-ts: 302
x-tr: 343
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app201; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 31 Aug 2025 20:19:18 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: GitHub.com
x-archive-orig-date: Fri, 03 Apr 2015 02:45:57 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-content-security-policy: default-src *; script-src assets-cdn.github.com collector-cdn.github.com; object-src assets-cdn.github.com; style-src 'self' 'unsafe-inline' 'unsafe-eval' assets-cdn.github.com; img-src 'self' data: assets-cdn.github.com identicons.github.com www.google-analytics.com collector.githubapp.com *.githubusercontent.com *.gravatar.com *.wp.com; media-src 'none'; frame-src 'self' render.githubusercontent.com gist.github.com www.youtube.com player.vimeo.com checkout.paypal.com; font-src assets-cdn.github.com; connect-src 'self' live.github.com wss://live.github.com uploads.github.com status.github.com www.google-analytics.com github-cloud.s3.amazonaws.com
x-archive-orig-cache-control: no-cache
x-archive-orig-vary: X-PJAX
x-archive-orig-x-ua-compatible: IE=Edge,chrome=1
x-archive-orig-set-cookie: logged_in=no; domain=.github.com; path=/; expires=Tue, 03-Apr-2035 02:45:57 GMT; secure; HttpOnly
x-archive-orig-set-cookie: _gh_sess=eyJzZXNzaW9uX2lkIjoiODU2ODhkNmIwNmE0N2U4NTIxYjJkM2FiNDE5YmFlNDIiLCJyZWZlcnJhbF9jb2RlIjoiaHR0cDovL3RoaW5xbGlucS5jb20vIiwic3B5X3JlcG8iOiJkb3RuZXQvY29yZWZ4Iiwic3B5X3JlcG9fYXQiOjE0MjgwMjkxNTcsIl9jc3JmX3Rva2VuIjoiV2Rwd3Z6YzNESFdQVWpESzhhSjFYcVkzQXpWQXdHcnJTaEVlQnhmMzlHbz0ifQ%3D%3D--c916e67f0bdfac65bec853f4f3d45b9109fffa28; path=/; secure; HttpOnly
x-archive-orig-x-request-id: 22a38cedfbcb729dd88b60f2d783b47b
x-archive-orig-x-runtime: 0.331072
x-archive-orig-x-github-request-id: CFF1ED6B:5124:9B91E2:551DFEE4
x-archive-orig-strict-transport-security: max-age=31536000; includeSubdomains; preload
x-archive-orig-x-content-type-options: nosniff
x-archive-orig-x-xss-protection: 1; mode=block
x-archive-orig-x-frame-options: deny
x-archive-orig-vary: Accept-Encoding
x-archive-orig-x-served-by: cbc5fb89a0e5c9db5298b4b976ca7aca
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 03 Apr 2015 02:45:56 GMT
link:
; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 03 Apr 2015 02:45:56 GMT", ; rel="memento"; datetime="Fri, 03 Apr 2015 02:45:56 GMT", ; rel="next memento"; datetime="Fri, 24 Mar 2017 15:14:17 GMT", ; rel="last memento"; datetime="Sun, 17 Aug 2025 07:39:43 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: SURV-20150403015626-crawl457/SURV-20150403023940-02910.warc.gz
server-timing: captures_list;dur=0.844718, exclusion.robots;dur=0.026884, exclusion.robots.policy;dur=0.014867, esindex;dur=0.046023, cdx.remote;dur=10.101899, LoadShardBlock;dur=328.169696, PetaboxLoader3.datanode;dur=291.474553, PetaboxLoader3.resolve;dur=126.087189, load_resource;dur=337.134677
x-app-server: wwwb-app201
x-ts: 200
x-tr: 882
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Fix vector tests to work on non en-US culture machines by adamralph · Pull Request #31 · dotnet/corefx · GitHub
Skip to content
Something went wrong with that request. Please try again.
This fixes the following test failure (on my de-CH machine)
After the change the build succeeds.