update the handling of CONNECT: it has no response body by default, but
authorDan Winship <danw@src.gnome.org>
Fri, 16 Mar 2007 21:02:17 +0000 (21:02 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 16 Mar 2007 21:02:17 +0000 (21:02 +0000)
commit4ca073650710468846ce567e55fb0b18d84703d1
tree0256900768a69feec9a83cfebb966e7d396b90a9
parent5d43bfcba5701f271f7a901431ed57336e9e5e10
update the handling of CONNECT: it has no response body by default, but

* libsoup/soup-message.c (soup_message_get_response_encoding):
update the handling of CONNECT: it has no response body by
default, but does have a body if its headers say so.

* tests/proxy-test.c: test libsoup's behavior when talking to
proxies.

* tests/httpd.conf.in: Load mod_proxy and mod_ssl, and add
sections configuring them, for proxy-test

* configure.in: update the apache-module-dir-finding code to deal
with the fact that some modules (eg, mod_ssl) might only be in the
mpm-specific module dir, while others (eg, mod_php5) might only be
in the generic module dir.

svn path=/trunk/; revision=920
ChangeLog
configure.in
libsoup/soup-message.c
tests/Makefile.am
tests/httpd.conf.in
tests/proxy-test.c [new file with mode: 0644]