remove C++11isms from 1.11.33.3, for use with dynamic modules

This commit is contained in:
Jeffrey Crowell
2016-08-17 13:07:26 -04:00
parent 46bc8ac065
commit acbd179cb1
+1 -1
View File
@@ -131,7 +131,7 @@ class NgxBaseFetch : public AsyncFetch {
ngx_http_request_t* request() { return request_; } ngx_http_request_t* request() { return request_; }
NgxBaseFetchType base_fetch_type() { return base_fetch_type_; } NgxBaseFetchType base_fetch_type() { return base_fetch_type_; }
bool IsCachedResultValid(const ResponseHeaders& headers) override; virtual bool IsCachedResultValid(const ResponseHeaders& headers);
private: private:
virtual bool HandleWrite(const StringPiece& sp, MessageHandler* handler); virtual bool HandleWrite(const StringPiece& sp, MessageHandler* handler);