We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1933 introduced an issue when the service response is converted to a Change Feed response, not all headers are copied:
azure-cosmos-dotnet-v3/Microsoft.Azure.Cosmos/src/ChangeFeed/ChangeFeedIteratorCore.cs
Lines 303 to 316 in a2e910a
Lines 326 to 329 in a2e910a
If there are any other extra backend headers that are being received, they are getting lost on the conversion step.
The text was updated successfully, but these errors were encountered:
kundadebdatta
No branches or pull requests
#1933 introduced an issue when the service response is converted to a Change Feed response, not all headers are copied:
azure-cosmos-dotnet-v3/Microsoft.Azure.Cosmos/src/ChangeFeed/ChangeFeedIteratorCore.cs
Lines 303 to 316 in a2e910a
azure-cosmos-dotnet-v3/Microsoft.Azure.Cosmos/src/ChangeFeed/ChangeFeedIteratorCore.cs
Lines 326 to 329 in a2e910a
If there are any other extra backend headers that are being received, they are getting lost on the conversion step.
The text was updated successfully, but these errors were encountered: