Hi,What would be an alternateive solution to using ap_bsetflag in Apache 2.0. Here is what I have ap_bsetflag( r->connection->client, B_EOUT, 1 );
When I compile my code I get these errors: error: structure has no member named `client' error:`B_EOUT' undeclared (first use in this function)
I am new to apache and am trying to port to 2.0. Any help would be appreciated.
