Commit 5b983ed2 authored by Martin Kraemer's avatar Martin Kraemer
Browse files

EBCDIC: Fixed binary upload capability (plain and chunked) for

all methods using the ap_*_client_block() functions, most notably
POST and PUT. The functionality to switch input between protocol
parts (chunks) and (possibly binary) data had been missing all
the time, making chunked PUT impossible until now.

Hello TPF developers: I think these five lines in os/tpf/os.c
ought to be removed:
    else{
           if (r->method_number == M_PUT)
               ap_bsetflag(r->connection->client, B_ASCII2EBCDIC, 0);
               /* don't translate non-text files to EBCDIC */
    }
Also, your change to Vincent's mod_put should be undone.

In a next step, I will try to make EBCDIC conversion completely
configurable. Any volunteers for helping (designing/implementing)?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@84232 13f79535-47bb-0310-9956-ffa450edef68
parent 31206fa1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment