Re: [us...@httpd] Headers Spanning in multiple TCP segment.

2010-04-12 Thread Jeff Trawick
On Sun, Apr 11, 2010 at 2:45 PM, rangeli nepal rangeli.ne...@gmail.com wrote: Just to verify my suspicion about the payload I set the authorization header to my name. It works well.  I mean it went well fore small pay load. However, with the token it determines that it is a bad request before

Re: [us...@httpd] Headers Spanning in multiple TCP segment.

2010-04-11 Thread rangeli nepal
will %{error-notes}n work on https too. I am asking it as I am getting following statement in ssl_error.log [Sun Apr 11 07:34:40 2010] [error] [client 192.168.128.122] request failed: error reading the headers [Sun Apr 11 07:34:40 2010] [debug] ssl_engine_kernel.c(1884): OpenSSL: Write: SSL

Re: [us...@httpd] Headers Spanning in multiple TCP segment.

2010-04-11 Thread rangeli nepal
Just to verify my suspicion about the payload I set the authorization header to my name. It works well. I mean it went well fore small pay load. However, with the token it determines that it is a bad request before it get the full header. An example of tcpdump 14:33:57.928844 IP

[us...@httpd] Headers Spanning in multiple TCP segment.

2010-04-10 Thread rangeli nepal
Good Evening Everybody, I am trying to send a authorization header where token in pretty big( around 2.5 kb). It is going in form of Authorization: Custom valueBig Token However apache responds me with bad request. looking at the tcpdump I see the header spanning in two tcp packets. I was

Re: [us...@httpd] Headers Spanning in multiple TCP segment.

2010-04-10 Thread Eric Covener
On Sat, Apr 10, 2010 at 10:17 PM, rangeli nepal rangeli.ne...@gmail.com wrote: Good Evening Everybody, I am trying to send a authorization header where token in pretty big( around 2.5 kb). It is going in form of Authorization:  Custom valueBig Token However apache responds me with bad