Azure / logicapps

Azure Logic Apps labs, samples, and tools
MIT License
363 stars 301 forks source link

Chunking : InvalidContentRangeHeader #81

Closed grik001 closed 4 years ago

grik001 commented 4 years ago

Hi,

I am facing an issue when enabling chunking in my LogicApps. After the request hits my Patch endpoint I keep getting an InvalidContentRangeHeader error.

I have tried setting both:

response.Headers "Range" : "bytes 0-xxx/len" response.Content.Headers "Content-Range" : "bytes 0-xxx/len"

No matter what I set I keep getting this error. Is chunking fully supported at the moment or am I missing something in my implementation?

Full Error:

InvalidContentRangeHeader. The response to partial content upload request was not valid. The returned range header value '' is not in the expected range of '0-137725638' with unit set to 'bytes'.

joechung-msft commented 4 years ago

If you have questions about Logic Apps, please visit the MSDN forums. The Issues section here is for questions about the artifacts in this GitHub repository.