removed unwanted set_status_code, since we already use put_header to set the status code.

This commit is contained in:
Jocelyn Fiat
2012-02-01 16:05:30 +01:00
parent 962154fc81
commit 67e6b460b3
2 changed files with 0 additions and 4 deletions

View File

@@ -71,7 +71,6 @@ feature -- Execution
execute_unauthorized (ctx: C; req: WSF_REQUEST; res: WSF_RESPONSE)
do
res.set_status_code ({HTTP_STATUS_CODE}.unauthorized)
res.put_header ({HTTP_STATUS_CODE}.unauthorized, Void)
res.put_string ("Unauthorized")
end