Commit graph

1 commit

Author SHA1 Message Date
Bob Mottram
3698ae06ff PROXY/HTTP: added methods for HTTP proxies
From original patch by Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> 26 Feb 2008
This patch adds code for connecting through HTTP proxies. Open issues are:

* support of proxy authentication
* a possible DOS due to the usage of g_io_channel_read_line_string() which
  does not allow to specify a maximum length of line.
2016-04-14 11:17:48 +01:00