Please get me off this mailing list!
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, August 02, 2004 1:08 AM
To: [EMAIL PROTECTED]
Subject: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h
mturk 2004/08/02 00:07:37
Modified:ajp
jean-frederic clere wrote:
Mladen Turk wrote:
[EMAIL PROTECTED] commited:
jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_header.c ajp_msg.c
One question.
In ajp_send_header you are calling twice the ajp_ilink_send(sock,msg);
First checking rv, and second not.
Copy/paste ?
Oops, that ma
Mladen Turk wrote:
[EMAIL PROTECTED] commited:
jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_header.c ajp_msg.c
One question.
In ajp_send_header you are calling twice the ajp_ilink_send(sock,msg);
First checking rv, and second not.
Copy/paste ?
Oops, that may why the Tomcat is not happ
[EMAIL PROTECTED] commited:
> jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_header.c ajp_msg.c
>
One question.
In ajp_send_header you are calling twice the ajp_ilink_send(sock,msg);
First checking rv, and second not.
Copy/paste ?
MT.
smime.p7s
Description: S/MIME cryptographic signa
Günter Knauf wrote:
>
> Hi Mladen,
Wrong guy, It is Henri's artwork :)
> I've problems with my ugly compiler because of signed <->
> unsigned char with buf:
>
>
> defined in ajp.h:
>
> struct ajp_msg
> {
> char * buf;
Henri, can we use byte for message buffer?
MT.
smime.p7s
Hi Mladen,
I've problems with my ugly compiler because of signed <-> unsigned char with buf:
defined in ajp.h:
struct ajp_msg
{
char * buf;
apr_size_t headerLen;
apr_size_t len;
apr_size_t pos;
int serverSide;
};
and in ajp_masg.c line 88:
apr_byte_t *head
Mladen Turk wrote:
Henri Gomez wrote:
1. We don't need ajp_env_t (use the pool directly) 2. We don't need
ajp_idef and ajp_ilink (use the sockets directly)
well ajp_ilink_t make provision for more than TCP/IP socket,
we could at later time unix socket :)
If someone will ever crate a unix soc
Henri Gomez wrote:
> >
> > 1. We don't need ajp_env_t (use the pool directly) 2. We don't need
> > ajp_idef and ajp_ilink (use the sockets directly)
>
> well ajp_ilink_t make provision for more than TCP/IP socket,
> we could at later time unix socket :)
>
If someone will ever crate a unix s
Mladen Turk wrote:
[EMAIL PROTECTED] wrote:
jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c
Few things.
1. We don't need ajp_env_t (use the pool directly)
2. We don't need ajp_idef and ajp_ilink (use the sockets directly)
well ajp_ilink_t make provision for more than TCP/IP socket, we
[EMAIL PROTECTED] wrote:
> jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_msg.c
Few things.
1. We don't need ajp_env_t (use the pool directly)
2. We don't need ajp_idef and ajp_ilink (use the sockets directly)
3. Use the apr_size_t or apr_ssize_t for message lengths, or if they will be
di
10 matches
Mail list logo