Fix crash in network_service.
The problem is that |response| was passed in the Bind call before the body was taken out. I saw this because of null dereference on Windows. The order of evaluation is undefined, which is why it worked on Linux. Review URL: https://codereview.chromium.org/1138443004 Cr-Commit-Position: refs/heads/master@{#330634}
Showing
Please register or sign in to comment