js-compute-runtime
js-compute-runtime copied to clipboard
Backend response headers set issue
We had a report that this was causing duplication when using beresp.headers.set().
We should ensure we either properly guard or fix this case.
Per the spec, this should be immutable, which should throw a TypeError on Headers.prototype.set.