https://bz.apache.org/bugzilla/show_bug.cgi?id=59333

--- Comment #24 from Nick Warne <[email protected]> ---
(In reply to Rainer Jung from comment #22)
> (In reply to Nick Warne from comment #21)
> 
> Insert the lines which are indicated by the plus sign but without the plus
> sign itself at the plave below indicated with "INSERT HERE!".
> 
> 1086 /**
> 1087  * @brief Structure to store things which are per connection
> 1088  */
> 1089 struct conn_rec {
> 1090     /** Pool associated with this connection */
> 1091     apr_pool_t *pool;
> ...
> INSERT HERE!
> 1183
> 1184     /** The "real" master connection. NULL if I am the master. */
> 1185     conn_rec *master;
> 1186 };
> 1187
> 
> Thanks,
> 
> Rainer

Sorry, I don't have that section that in include/httpd.h that starts with:

/**
* @brief Structure to store things which are per connection
*/
struct conn_rec {
/** Pool associated with this connection */
apr_pool_t *pool;

I am using latest stable 2.4.20 source - was this added in the dev trunk?  Also
I looked for a link where to get the dev trunk, but can't find it?

Nick

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to