Made changes requested in review
This commit is contained in:
@@ -605,7 +605,7 @@ feature -- HTTP_*
|
|||||||
end
|
end
|
||||||
|
|
||||||
http_if_match: detachable READABLE_STRING_8
|
http_if_match: detachable READABLE_STRING_8
|
||||||
-- Existance check on resource
|
-- Existence check on resource
|
||||||
deferred
|
deferred
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -249,7 +249,7 @@ feature -- Access: HTTP_* CGI meta parameters - 1.1
|
|||||||
end
|
end
|
||||||
|
|
||||||
http_if_match: detachable READABLE_STRING_8
|
http_if_match: detachable READABLE_STRING_8
|
||||||
-- Existance check on resource
|
-- Existence check on resource
|
||||||
do
|
do
|
||||||
Result := meta_string_variable ({WGI_META_NAMES}.http_if_match)
|
Result := meta_string_variable ({WGI_META_NAMES}.http_if_match)
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -256,7 +256,7 @@ feature {NONE} -- Implementation
|
|||||||
h.put_current_date
|
h.put_current_date
|
||||||
h.put_location (proxy_server (req).string)
|
h.put_location (proxy_server (req).string)
|
||||||
h.put_content_length (0)
|
h.put_content_length (0)
|
||||||
res.put_header_text (h.string)
|
res.put_header_lines (h)
|
||||||
res.set_status_code ({HTTP_STATUS_CODE}.use_proxy)
|
res.set_status_code ({HTTP_STATUS_CODE}.use_proxy)
|
||||||
ensure
|
ensure
|
||||||
response_status_is_set: res.status_is_set
|
response_status_is_set: res.status_is_set
|
||||||
|
|||||||
Reference in New Issue
Block a user