Use class URI

This commit is contained in:
Colin Adams
2013-03-26 16:10:32 +00:00
parent ad5ccd6585
commit 14088f126b
8 changed files with 39 additions and 117 deletions

View File

@@ -251,7 +251,7 @@ feature {NONE} -- Implementation
create h.make
h.put_content_type_text_plain
h.put_current_date
h.put_location (proxy_server (req))
h.put_location (proxy_server (req).string)
h.put_content_length (0)
res.set_status_code ({HTTP_STATUS_CODE}.use_proxy)
ensure