Re: [dev] [surf] [patch] Optionally handle downloads through webkit.

2018-03-23 Thread Arturo Espinosa
Great. Quentin, could I take a look at your patch? It's probably better than what I sent. Yeah, the current surf approach is not ideal because it actually hits the server twice, and it may also not work for downloads where the resource is generated dynamically and change from one request to the

Re: [dev] [surf] [patch] Optionally handle downloads through webkit.

2018-03-23 Thread Arturo Espinosa
I think the most ellegant solution would be to develop a download manager and establish a small, pipe-driven protocol to expose download handling. This way, you can choose to use the suckless download manager, or make your own shell script, or even use none at all (which is what would work for our

[dev] [surf] [patch] Optionally handle downloads through webkit.

2018-03-22 Thread Arturo Espinosa
Hi. First of all, thank you for surf. It's a great, minimalistic shell for webkit, and it has proven of great value for our current project. Big thumbs up for that, thanks. We are working on a POS system and using surf as part of our kiosk-like solution. Part of our system requires to be able