changeset: 405:cb29a3554d5f
tag: tip
user: Thomas Adam <thomas.adam22_AT_gmail.com>
date: Tue Dec 15 08:34:44 2009 +0000
files: surf.suckless.org/patches/fixsoupsessionproxy.md
description:
Fix Markdown formatting (fixsoupsessionproxy.md)
The URL was mangled, and literal underscores must be escaped with a
backslash.
diff -r 980b49e5ec19 -r cb29a3554d5f surf.suckless.org/patches/fixsoupsessionproxy.md
--- a/surf.suckless.org/patches/fixsoupsessionproxy.md Mon Dec 14 23:37:16 2009 +0000
+++ b/surf.suckless.org/patches/fixsoupsessionproxy.md Tue Dec 15 08:34:44 2009 +0000
_AT_@ -4,15 +4,15 @@
Description
-----------
-This patch fixes the case where the "http_proxy" environment variable
-does not have an "http://" prefix. Since http_proxy is perfectly valid
+This patch fixes the case where the http_proxy environment variable
+does not have an http:// prefix. Since httpi\_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)
+* [
http://xteddy.org/surf.html#toc4](
http://xteddy.org/surf.html#toc4)
Author
------
Received on Tue Dec 15 2009 - 09:34:53 CET