- From: Yoichi Osato <notifications@github.com>
- Date: Wed, 15 Apr 2020 18:07:35 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 16 April 2020 01:07:48 UTC
I think session existence and the flag are independent to each other. Thus the condition list should look like: 1. If there is an HTTP/2 session, 1. if AllowHTTP1ForStreamingUpload is true .. 1. if AllowHTTP1ForStreamingUpload is false .. 1. If there is no HTTP/2 session, 1. if AllowHTTP1ForStreamingUpload is true .. 1. if AllowHTTP1ForStreamingUpload is false .. Also there is no difference between Same-origin and Cross-origin case. Is that true? -- 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/1007#issuecomment-614355756
Received on Thursday, 16 April 2020 01:07:48 UTC