EBCDIC: Handle chunked input from client or, with proxy, origin
server.
Reviewed by: wrowe, nd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@240416
13f79535-47bb-0310-9956-
ffa450edef68
-*- coding: utf-8 -*-
Changes with Apache 2.0.55
+ *) EBCDIC: Handle chunked input from client or, with proxy, origin
+ server. [Jeff Trawick]
+
*) Fix bad globbing comparison which could result in getting
a directory listing when a file was requested. PR 34512.
[sean <infamous41md hotmail.com>]
PR: 34452
+1: jorton
- *) EBCDIC: Handle chunked input from client or, with proxy, origin
- server.
- http://svn.apache.org/viewcvs?rev=178262&view=rev
- (With 2.0.x it is the same code in the same function, but in
- a different source file.)
- +1: trawick, wrowe, nd
-
*) Support the suppress-error-charset setting, as with Apache 1.3.x.
PR 31274. (current docs say it works with Apache from 2.0.40 ;) )
http://svn.apache.org/viewcvs?rev=170354&view=rev
long chunksize = 0;
size_t chunkbits = sizeof(long) * 8;
+ ap_xlate_proto_from_ascii(b, strlen(b));
+
/* Skip leading zeros */
while (*b == '0') {
++b;