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
Loading
Please register or sign in to comment