[users@httpd] Http trailers in chunked requests

2015-07-18 Thread Sachin Shetty
Hi,

as per http spec, we want clients to send us trailers in chunked requests.
However the request on the server side does not get the trailer at all.

Is there some setting on apache to allow trailers, we are using apache 2.4.

Our request looks like this.


telnet somehost 80
POST /some-path HTTP/1.1
Authorization: Basic =
Host: somehost.domain.com
Transfer-Encoding: chunked
Trailer: My-Test-Trailer

50

0
My-Test-Trailer: some-value-new



Re: [users@httpd] Http trailers in chunked requests

2015-07-18 Thread Eric Covener
What module handles this request, and where are you looking for the trailers?

On Sat, Jul 18, 2015 at 8:57 AM, Sachin Shetty sachin.she...@gmail.com wrote:
 Hi,

 as per http spec, we want clients to send us trailers in chunked requests.
 However the request on the server side does not get the trailer at all.

 Is there some setting on apache to allow trailers, we are using apache 2.4.

 Our request looks like this.

 
 telnet somehost 80
 POST /some-path HTTP/1.1
 Authorization: Basic =
 Host: somehost.domain.com
 Transfer-Encoding: chunked
 Trailer: My-Test-Trailer

 50
 
 0
 My-Test-Trailer: some-value-new




-- 
Eric Covener
cove...@gmail.com

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org