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

Fix bug when offset is not applied in seekof(..., std::ios_base::end, ...) #1758

Open dimhotepus opened 1 year ago

dimhotepus commented 1 year ago

offset was not applied when we seek from end.