RE: cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-08-06 Thread Mladen Turk
Graham Leggett wrote: > > > Bounding to client connection is not needed(?). > > Since AJP can serve multiple request trough the same > > backend connection, no need to create separate conn_rec. > > For now comment out all the set/get module config. > > Is there still a reason why in pr

Re: cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-08-06 Thread Graham Leggett
[EMAIL PROTECTED] wrote: Bounding to client connection is not needed(?). Since AJP can serve multiple request trough the same backend connection, no need to create separate conn_rec. For now comment out all the set/get module config. Is there still a reason why in proxy_http the backend con

Re: cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-07-30 Thread Costin Manolache
Mladen Turk wrote: [EMAIL PROTECTED] commited +/* read the first bloc of data */ +if (bufsiz > 0) { +status = ajp_send_data_msg(p_conn->sock, r, Just wondering. Can we send initial POST data together with header? Not sure what the spec are saying abut that, but t

RE: cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-07-30 Thread Mladen Turk
[EMAIL PROTECTED] commited > > > +/* read the first bloc of data */ > > +if (bufsiz > 0) { > +status = ajp_send_data_msg(p_conn->sock, r, Just wondering. Can we send initial POST data together with header? Not sure what the spec are saying abut that, but thin

Re: cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-07-29 Thread jean-frederic clere
Graham Leggett wrote: [EMAIL PROTECTED] wrote: First try to get proxy using ajp (Note that is for httpd-2.1). Couple of comments (realising this is first try code): /* * Canonicalise http-like URLs. * scheme is the scheme for the URL * urlis the URL starting with the first '/'

Re: cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-07-29 Thread Graham Leggett
[EMAIL PROTECTED] wrote: First try to get proxy using ajp (Note that is for httpd-2.1). Couple of comments (realising this is first try code): /* * Canonicalise http-like URLs. * scheme is the scheme for the URL * urlis the URL starting with the first '/' * def_port is the de