Parin Shah wrote:

There is a way to create a request rec using function:
ap_read_request(conn_rec *).

Would there be value in teaching ap_read_request() how to not break if you called ap_read_request(NULL)?

Alternatively ap_read_request() could be broken up into ap_read_request() and ap_create_request(), which would do just the request_req creation part.

This seems to be the first time a request_req has ever been needed where a connection was not available.

Regards,
Graham
--

Reply via email to