- no user debug callbacks any longer
authorMichael Wallner <mike@php.net>
Thu, 28 Jul 2005 14:55:50 +0000 (14:55 +0000)
committerMichael Wallner <mike@php.net>
Thu, 28 Jul 2005 14:55:50 +0000 (14:55 +0000)
commit3f8d6ea256f520d439cebc37c46bb93c30b2660e
treec51ef718d836fc14dfbc2a5ae21a18278be28634
parent9152d431da4dab77d010834046f72b84044dffab
- no user debug callbacks any longer
- cleanup lately introduced request mess with a serious hack

# now we get the raw sent and received data through
# the curl debug callback -- all that because the "normal"
# interface does not provide us with the response bodies
# for redirects and leaves for instance the transfer encoding
# header intact while decoding the response body
#
# all this kind of stuff breaks the http message parser
#
# too much magic for a library -- all that actions should
# be done by ther CLI or such... well
#
# maybe I can convince the curl people to introduce
# a raw data callback for future versions of libcurl
http_functions.c
http_message_api.c
http_request_api.c
http_request_object.c
php_http_message_api.h
php_http_request_api.h