diff --git a/python/spdyserv.py b/python/spdyserv.py index 34856e4b..055a3cee 100644 --- a/python/spdyserv.py +++ b/python/spdyserv.py @@ -15,6 +15,7 @@ class MySPDYRequestHandler(spdylay.BaseSPDYRequestHandler): def do_GET(self): if self.path == '/notfound': + # Example code to return error self.send_error(404) return