> For example: the player gets a list of the URL for the playlist. A list of
> these URL in some way to convey "polipo" for caching.

No, you do that from a separate utility

>From a Unix shell, do something like

  for i in url1 url2 url3; do
      http_proxy=http://localhost:8123 curl -H 'Pragma:' -H 'Cache-Control:' 
"$url" > /dev/null
  done

The "-H" flags are necessary in order to disable Curl's default Pragma header.

-- Juliusz

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Polipo-users mailing list
Polipo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/polipo-users

Reply via email to