Minor code cleanup/typo fix.

This commit is contained in:
Berend de Boer
2012-03-19 09:32:00 +13:00
committed by Jocelyn Fiat
parent 77834a3dd8
commit e5323dd208

View File

@@ -35,8 +35,8 @@ feature -- Execute template
--| Eventually handle other methods... --| Eventually handle other methods...
execute_extension_method (ctx, req, res) execute_extension_method (ctx, req, res)
end end
rescue -- rescue
handle_internal_server_error ("Internal Server Error", ctx, req, res) -- handle_internal_server_error ("Internal Server Error", ctx, req, res)
end end
feature -- Method Post feature -- Method Post
@@ -88,7 +88,7 @@ feature -- Method Get
do_get (ctx: C;req: WSF_REQUEST; res: WSF_RESPONSE) do_get (ctx: C;req: WSF_REQUEST; res: WSF_RESPONSE)
do do
handle_not_implemented ("Method HEAD not implemented", ctx, req, res) handle_not_implemented ("Method GET not implemented", ctx, req, res)
end end
feature -- Method DELETE feature -- Method DELETE