On Fri, 17 Feb 2006 wessels wrote:

 Removed static requestLink() and requestUnlink() methods.  Replaced them
 with HTTPMSGLOCK() and HTTPMSGUNLOCK() macros.

Ugh.. why?

Any change introducing macros into C++ code is... in nearly all cases not well thought over..

The correct solution is that HttpRequest (or perhaps HttpMsg) should be refcounted I think.

Regards
Henrik

Reply via email to