eddic / fastcgipp

fastcgi++: A C++ FastCGI and Web development platform:
https://fastcgipp.isatec.ca
GNU Lesser General Public License v3.0
310 stars 94 forks source link

Call private method complete() after calling virtual functions #42

Closed Erroneous1 closed 6 years ago

Erroneous1 commented 6 years ago

Any child of Request that overrides errorHandler() or bigPostHandler() can't call complete() so complete() should be called outside of these functions.

eddic commented 6 years ago

Nice thanks!