Evan Jones

Results 55 comments of Evan Jones

I believe this will fix problems when there may be proxied requests, which can cause an HTTP response with multiple headers, which Chrome rejects with: ``` Access to XMLHttpRequest at...

Oops sorry so, I misunderstood this PR, never mind!

The `go` command has not difficulty. E.g. `go test ./...` works fine. Here is a complete reproduction script on a clean Ubuntu 20.04 LTS container: Start the container with: `docker...

On my personal Linux desktop it contains: ``` CC=clang ``` In the clean Ubuntu container reproduction example the file `$HOME/.config/go/env` does not exist.

Confirmed that this fixes my issue! Thanks for the rapid response!

I just fixed some Cgo assembler related issues, so I wanted to check if they had any impact on this. They do not. This is not related and is still...

This seems to be at least tangentially related to https://github.com/bazelbuild/rules_go/issues/3531 where ppc64le cross-compile targets fail. That issue mentions something about CPU platforms and those same lines of code.

The issue in not the certificate algorithm, but rather the curve that is embedded here. The code uses `elliptic.P521()` which is not supported by Chrome it appears. Switching it to...

To save future searches one moment of time, timrc-git's fork is https://github.com/timrc-git/mdbm