Fixed Use Proxy response

This commit is contained in:
Colin Adams
2013-04-11 12:07:29 +01:00
parent 92ce80cd63
commit 3997efcd2d

View File

@@ -256,6 +256,7 @@ feature {NONE} -- Implementation
h.put_current_date
h.put_location (proxy_server (req).string)
h.put_content_length (0)
res.put_header_text (h.string)
res.set_status_code ({HTTP_STATUS_CODE}.use_proxy)
ensure
response_status_is_set: res.status_is_set