bb == NULL ??
On Feb 2, 2012, at 3:40 AM, Gregg Smith wrote:
> Stefan,
>
> On 2/1/2012 12:44 PM, Stefan Fritsch wrote:
>> Try removing the "static":
>>
>> --- a/server/mpm/winnt/child.c
>> +++ b/server/mpm/winnt/child.c
>> @@ -736,9 +736,9 @@ static winnt_conn_ctx_t
>> *winnt_get_connection(winnt_conn_ctx_t *context)
>> return context;
>> }
>>
>> -static apr_status_t winnt_insert_network_bucket(conn_rec *c,
>> - apr_bucket_brigade
>> *bb,
>> - apr_socket_t *socket)
>> +apr_status_t winnt_insert_network_bucket(conn_rec *c,
>> + apr_bucket_brigade *bb,
>> + apr_socket_t *socket)
>> {
>> apr_bucket *e;
>> winnt_conn_ctx_t *context = ap_get_module_config(c->conn_config
>
> That builds now, but one step forward, two steps back.
>
> libhttpd crashes on any request with
>
> AcceptFilter http none
> or
> AcceptFilter http connect
>
> The default AcceptFilter http data works fine. I did not try https.
>
> Regards,
>
> Gregg
>
> <acfilter_crash.png>