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 think we can.

I think different versions of ajp do send the first chunk of data. Since many POSTs are small, this can save a roundtrip. But it resulted in a lot of patches and weird code in the retry logic.


Costin


Also I think you can use client_block logic, cause it is using the same logic like you've witten. Take a look at ap_get_client_block inside http_request.c



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to