Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

fix(http_client): Occasional response corruption #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

benank
Copy link

@benank benank commented Dec 11, 2019

Due to a non null terminated buffer being used in string stream. It corrupts the response and then can't be parsed into a valid json object.

Difficult to reproduce. I was only able to reproduce it in one specific project with one specific mixer user (testing other users and other projects worked fine). Not entirely sure why it happens so rarely, but it was reproducible on my end and this fixes it.

Due to a non null terminated buffer being used in string stream
@benank benank changed the title Fix occasional response corruption fix(win_http_client): occasional response corruption Dec 11, 2019
@benank benank changed the title fix(win_http_client): occasional response corruption fix(win7): occasional response corruption Dec 11, 2019
@benank benank changed the title fix(win7): occasional response corruption fix(win7): Occasional response corruption in http client Dec 11, 2019
@benank benank changed the title fix(win7): Occasional response corruption in http client fix(http_client): Occasional response corruption Dec 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant