commit 0df9a0233db8e3fd4c0f82ffaa3f06a3e2d6dfa0 parent 366b4e01fbce790f09e8602ca009d17c175ba873 Author: Thomas Adam <thomas.adam22@gmail.com> Date: Mon, 14 Dec 2009 22:51:49 +0000 Add in fixsoupsessionproxy.md file. Diffstat:
| A | surf.suckless.org/patches/fixsoupsessionproxy.md | | | 20 | ++++++++++++++++++++ |
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/surf.suckless.org/patches/fixsoupsessionproxy.md b/surf.suckless.org/patches/fixsoupsessionproxy.md @@ -0,0 +1,20 @@ +FIX SOUPSESSION http_proxy ENVIRONMENT HANDLING +=============================================== + +Description +----------- + +This patch fixes the case where the "http_proxy" environment variable +does not have an "http://" prefix. Since http_proxy is perfectly valid +without one, SoupSession will not work unless it is present -- so check to +see if it is so, and add it as necessarily. + +Download +-------- + +* [http://xteddy.org/surf.html#toc4](http://xteddy.org/surf/html#toc4) + +Author +------ + +* Thomas Adam (thomas_adam) <[thomas.adam22@gmail.com](mailto:thomas.adam22@gmail.com)>