Vinnie Falco

Results 897 comments of Vinnie Falco

> What is the plan? Yes, the general idea is to work in layers. Asio is the bottom layer, the networking. Then we have Beast which implements low level HTTP...

Any idea what Basic Authentication might look like? Or cookies?

Well, what I like to do is make a prototype of what the library would look like if it was used. Where I have some interfaces, but no implementatation, and...

There's a file? (Yes, this is a good design approach)

I think having the file is a bit _too_ high level, we need something in between first. Maybe the API can have the caller supply an invocable object that performs...

Maybe first just write a simple example client program that does basic authentication against some well known server?

This is a good idea.

The point of the mutex is that foreign threads can concurrently call a "send" function to add the string to a queue. If you want that feature then you have...

I like the vector because it is very clear and understandable. I don't know what's going on with this other buffer. Who changed it? Maybe the buffer is more efficient....

Oh my...that's awful! lol