diff options
Diffstat (limited to 'src/modules/httpd.h')
-rw-r--r-- | src/modules/httpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/httpd.h b/src/modules/httpd.h index a1eff6b63..0fa5c09d5 100644 --- a/src/modules/httpd.h +++ b/src/modules/httpd.h @@ -109,7 +109,8 @@ class HTTPRequest : public classbase public: HTTPHeaders *headers; - + int errorcode; + /** A socket pointer, which you must return in your HTTPDocument class * if you reply to this request. */ |