-
```
if (url.find("wss://") == 0)
client = tls_client
else if (url.find("ws://") == 0)
client = no_tls_client
```
-
Hi,
I'm using cpprestsdk 2.9.1 from nuget and making a call to azure log analytics (data collector api). It is a simple post request like following to send simple json content to the cloud.
…
-
Hi!
In file boost/asio/detail/impl/socket_ops.ipp:
```
boost/asio/detail/impl/socket_ops.ipp:2523:7: error: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due…
-
```
What steps will reproduce the problem?
1. I got several users who recently reported the same crash on startup.
2.
3.
What is the expected output? What do you see instead?
What version of the pr…
-
```
What steps will reproduce the problem?
1. I got several users who recently reported the same crash on startup.
2.
3.
What is the expected output? What do you see instead?
What version of the pr…
-
*@hoditohod commented on Dec 5, 2018, 12:59 PM UTC:*
AF_UNIX sockets (usually) have the ability to pass an open file descriptor over the socket ([example](https://stackoverflow.com/questions/2358684/…
ghost updated
3 years ago
-
I dont want launch the testsigned mode on. I can use the old versions etc. Is there any version of signed on windows?
-
I am trying to realize asynchronously play and record using play() and rec() methods, but when I set blocking=False for play(), it doesn't play sound anymore, here bellow is my demo-code, please help:…
-
```
What steps will reproduce the problem?
1. I got several users who recently reported the same crash on startup.
2.
3.
What is the expected output? What do you see instead?
What version of the pr…
-
I am looking to add SSL/TLS to our ASIO code and the obvious first choice is to use asio::ssl::stream. However I noticed that ssl::stream and tcp::socket share no common base. This makes it difficult …