Re: Flood project: keepalive_begin_conn() reorganized to properly handle transitions (between ssl and non-ssl, or different hosts/ports) and use different state variable [Ref A4]

2003-10-17 Thread Norman Tuttle
Oops, forgot to attach the diff file. It is attached here: On Fri, 17 Oct 2003, Norman Tuttle wrote: > This new patch for flood_socket_keepalive.c fixes some issues discovered > during opening and closing sockets. Predicated on the changes previously > made to the socket structure (reference my

Flood project: keepalive_begin_conn() reorganized to properly handle transitions (between ssl and non-ssl, or different hosts/ports) and use different state variable [Ref A4]

2003-10-17 Thread Norman Tuttle
This new patch for flood_socket_keepalive.c fixes some issues discovered during opening and closing sockets. Predicated on the changes previously made to the socket structure (reference my email with the 6 diffs), the reopen_socket member, which has now been changed to "available", now takes on a

Re: [mp2] message about Invalid command 'PerlSwitches' during make test

2003-10-17 Thread Geoffrey Young
So it would appear that I want to build mod_perl without the MP_USE_STATIC=1, is that correct? That's right. I should have noticed that in your bug report. The static build is not completed yet. I guess we should do more checking. Meanwhile just remove that MP_USE_STATIC=1, it'll use MP_USE_DSO