[fetch] Stop hardcoding the list of schemes that inherit HTTPS state (#255)

Right now the 'Basic fetch' section in the spec hardcodes the schemes that result in the HTTPS state of the request's client being inherited onto the response. That requires the Fetch spec to know about every single scheme. Better would be to allow the sections/specs that define a scheme to define whether HTTPS state inherits for the given scheme.

I'm not sure how this would interact with https://github.com/whatwg/html/issues/856

CC @bzbarsky

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/255

Received on Friday, 18 March 2016 14:37:16 UTC