On 8 Nov 2012, at 21:23, David Röthlisberger wrote:
> I get the "503 Post aborted" with the following curl command (but I
> don't know if the curl request is correct because I've never managed to
> get a successful response from it):
> 
>  curl --silent --form clientTimeout=3m http://localhost:8123/polipo/config
> 

The following wget command does work sometimes, and fails with "503 Post
aborted" sometimes. I've observed the same behaviour on both Linux and
OS X:

wget --post-data="clientTimeout=3m" http://localhost:8123/polipo/config -O- 
>/dev/null


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Polipo-users mailing list
Polipo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/polipo-users

Reply via email to