It was brought up in #3275 that Upload-Complete in the response might not match the request due to the possibility of early responses.
Should Upload-Complete be true in the response if the server wants to terminate an incomplete upload (early response from the original resource)? Or when HTTP is used for bidirectional streaming.
It was brought up in #3275 that
Upload-Completein the response might not match the request due to the possibility of early responses.Should
Upload-Completebe true in the response if the server wants to terminate an incomplete upload (early response from the original resource)? Or when HTTP is used for bidirectional streaming.