microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.89k stars 1.63k forks source link

set redirect before send http request #1772

Open winglq opened 9 months ago

winglq commented 9 months ago

If the http response got back before set redirect task, then segment fault will see. This patch fix it by switch the order of the two.