Stas Bekman wrote:
[...]
This workaround doesn't sound right. A protocol handler (server) must be
able to start the conversation first. If not, many protocols relying on
the server's greeing (e.g. SMTP) won't work. e.g., see:
http://www.samlogic.net/articles/smtp.htm
I know that it would break som
Torsten Foertsch wrote:
On Saturday 07 May 2005 08:30, Stas Bekman wrote:
Torsten Foertsch wrote:
Hi,
yesterday I have patched my apache with this patch and now I have noticed
that testing mod_perl hangs in t/protocol/pseudo_http. The reason is
simple and to be expected. t/protocol/pseudo_http test
On Saturday 07 May 2005 08:30, Stas Bekman wrote:
> Torsten Foertsch wrote:
> > Hi,
> >
> > yesterday I have patched my apache with this patch and now I have noticed
> > that testing mod_perl hangs in t/protocol/pseudo_http. The reason is
> > simple and to be expected. t/protocol/pseudo_http tests
Torsten Foertsch wrote:
Hi,
yesterday I have patched my apache with this patch and now I have noticed that
testing mod_perl hangs in t/protocol/pseudo_http. The reason is simple and to
be expected. t/protocol/pseudo_http tests a protocol module that is greeting
the client with "HELO" before rece
Hi,
yesterday I have patched my apache with this patch and now I have noticed that
testing mod_perl hangs in t/protocol/pseudo_http. The reason is simple and to
be expected. t/protocol/pseudo_http tests a protocol module that is greeting
the client with "HELO" before receiving any data. Since t