Re: Weird SSL issue with module

2009-09-22 Thread Joe N.
On Mon, Sep 21, 2009 at 23:14, Joe Nardone wrote: Under 2.2, it appears that no matter what I do, the headers and data are being sent in two separate SSL records in the response. This is true at least for POST requests. So, in response to myself (and anyone else who might find this in th

Re: Weird SSL issue with module

2009-09-22 Thread Joe Nardone
> On Mon, Sep 21, 2009 at 23:14, Joe Nardone wrote: >> Under 2.2, it appears that no matter what I do, the headers and data >> are being sent in two separate SSL records in the response.  This is >> true at least for POST requests. > > How large are these POST requests, Joe? I ask because SSL_read

Re: Weird SSL issue with module

2009-09-22 Thread Ben Noordhuis
On Mon, Sep 21, 2009 at 23:14, Joe Nardone wrote: > Under 2.2, it appears that no matter what I do, the headers and data > are being sent in two separate SSL records in the response.  This is > true at least for POST requests. How large are these POST requests, Joe? I ask because SSL_read() doesn

Weird SSL issue with module

2009-09-21 Thread Joe Nardone
We have an existing module on 1.3 which we're porting (finally) to 2.2. This is primarily a set of content handlers. I'm seeing strange SSL behavior (all of our clients connect to this through SSL). Specifically, under 1.3 when our module would write data (ap_rprintf) and then return OK, the hea