summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/tools/flip_server/http_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tools/flip_server/http_interface.h b/net/tools/flip_server/http_interface.h
index fa9ceb4..78d3dca 100644
--- a/net/tools/flip_server/http_interface.h
+++ b/net/tools/flip_server/http_interface.h
@@ -69,7 +69,7 @@ class HttpSM : public BalsaVisitorInterface,
void AddToOutputOrder(const MemCacheIter& mci);
void SendOKResponse(uint32 stream_id, std::string* output);
BalsaFrame* spdy_framer() { return http_framer_; }
- void set_is_request() {}
+ virtual void set_is_request() {}
// SMInterface:
virtual void InitSMInterface(SMInterface* sm_spdy_interface,