Pawel Kadluczka

Results 113 comments of Pawel Kadluczka

Thanks for your pull request. Unfortunately, this issue is lacking details that would explain why this change is needed. In addition, the `ICache` interface is public and is implemented by...

I am not interested in breaking the interface, sorry. Looking at the exception it seems you didn't return the object you were given.You got an object the `CachedResults` type but...

Good to know. Thanks for sharing!

Interesting. Seems like stop() should wait for `abort` to finish/fail (and ignore the result) but dtor should be fire, forget and hope it gets through. The server will timeout inactive...

@nicolasr75 we don't have any specific timeline at the moment.

My rough estimate would be ~2 weeks but I think there might be a few tricky spots.

Yeah. I started looking at this some time ago but have been busy with other things.

Why do you need it?

Looking from the browser perspective - browsers typically do not allow setting the `User-Agent` header when sending HTTP requests with XmlHttpRequest. 1. This seems like hijacking a different session. Where...

@MathyV I think identifying an application is a moot point - you could use other means (a custom header, parameter etc.) for this cpprestsdk allows setting headers since they are...