Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Browsing all 4845 articles
Browse latest View live
↧

Commented Unassigned: http_client.request hangs forever [364]

I have a program runs on linux which used http_client and call request(...).wait() to send a request to remote machines.However, I randomly see this call hangs forever, and since this thread holds a...

View Article


Closed Unassigned: http_client.request hangs forever [364]

I have a program runs on linux which used http_client and call request(...).wait() to send a request to remote machines.However, I randomly see this call hangs forever, and since this thread holds a...

View Article


Edited Issue: Make thread pool can grow/shrink [366]

This will make the library more robust in business usage.Thread pool thread could be blocked (though it is bad design, but still inevitable). In case of blocked thread accumulate for some reason, the...

View Article

Commented Unassigned: A crash in asio_connection_pool::handle_pool_timer [367]

Hi,My program using the SDK on Linux crashed as following:```Program received signal SIGSEGV, Segmentation fault.[Switching to Thread 0x7fffd17e2700 (LWP 32411)]0x00007ffff7b247a2 in...

View Article

New Post: The issue with canceling request

Hi b_vital, I haven't taken a deep look at the callstacks here yet, but you are running on Windows Desktop. What operating system are you running on and what Visual Studio version are you using? FYI -...

View Article


New Post: Deadlock in Windows XP

Hi LeonidCSIT, Yes I see what is happening here, I think this is mostly and issue of running on Windows XP. You only will hit this issue if you use both CPPREST_FORCE_PPLX and CPPREST_TARGET_XP...

View Article

Commented Unassigned: Deadlock in Windows XP [374]

If cpprest compiled with CPPREST_FORCE_PPLX and CPPREST_TARGET_XP macroses application can be catch the deadlock in Windows XP. This sample can easy demonstrate deadlock only in Windows XP:```#include...

View Article

New Post: The issue with canceling request

Windows 7 Version 7601 (Service Pack 1) MP (4 procs) Free x64Microsoft Visual Studio Community 2013 Version 12.0.31101.00 Update 4Sorry, I do not have resources to reproduce this issue without using...

View Article


Updated Release: C++ REST SDK 2.6.0

streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...

View Article


New Post: casablanca120.xp import failure

Hi ehaddan, joeccmou never responded back further so I don't know if the latest NuGet package resolved his issue or not. How our NuGet packages are created and organized entirely changed for the 2.5.0...

View Article

New Post: Deadlock in Windows XP

Thanks Steve! Yes I agree that for small running tasks it will be overhead and we will be lose time. But I think it is better than catch potential deadlock in production. Unfortunately we catched it(...

View Article

New Post: Grabbing an image from a website and storing it.

Hi I want a image from Twitter and store it to be able to apply it to my game. Would I have to download it then call the file?

View Article

New Post: Unhanded exception in win 8.1

Hi moonie87, Our HTTP client library throws the http_exception if an error occurs. For example a networking error or connection timeout. Can you try catching the exception and taking a look at what the...

View Article


New Post: Multiple Simultaneous requests

Hi maverick786us, You need to capture the strPost variable in order to be able to access it inside your lambda function. The compiler error message is accurate. From what you are mentioning it sounds...

View Article

Commented Unassigned: Unit test failure. [377]

The following unit test failed on my Linux. Did I mis-configure something?**** building_request_tests:set_content_length_locale FAILED ******** building_request_tests:set_port_locale FAILED ********...

View Article


New Post: The issue with canceling request

Hi b_vital, Do you have a small repro that I can run myself to reproduce the issue? Thanks, Steve

View Article

Commented Unassigned: iOS: CMake error [372]

Hi, I noticed an issue in main CMakeLists.txt, if IOS build is used :if(IOS) set(IOS_SOURCE_DIR "${CMAKE_SOURCE_DIR}/../Build_iOS")should be :if(IOS) set(IOS_SOURCE_DIR...

View Article


Edited Issue: Build_iOS: add .gitignore [373]

Hi, in Build_iOS folder, shouln't we add a .gitignore file, so as not to pollute our git status; e.g.boostoniphone/boost.framework/build.ios/ios-cmake/openssl/OpenSSL-for-iPhone/(Other option would be...

View Article

Commented Issue: Build_iOS: add .gitignore [373]

Hi, in Build_iOS folder, shouln't we add a .gitignore file, so as not to pollute our git status; e.g.boostoniphone/boost.framework/build.ios/ios-cmake/openssl/OpenSSL-for-iPhone/(Other option would be...

View Article

Edited Issue: iOS: CMake error [372]

Hi, I noticed an issue in main CMakeLists.txt, if IOS build is used :if(IOS) set(IOS_SOURCE_DIR "${CMAKE_SOURCE_DIR}/../Build_iOS")should be :if(IOS) set(IOS_SOURCE_DIR...

View Article
Browsing all 4845 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>