Fixed bug in 32/8 bit string existance
This commit is contained in:
@@ -604,6 +604,11 @@ feature -- HTTP_*
|
|||||||
deferred
|
deferred
|
||||||
end
|
end
|
||||||
|
|
||||||
|
http_if_match: detachable READABLE_STRING_8
|
||||||
|
-- Existance check on resource
|
||||||
|
deferred
|
||||||
|
end
|
||||||
|
|
||||||
feature -- Extra CGI environment variables
|
feature -- Extra CGI environment variables
|
||||||
|
|
||||||
request_uri: READABLE_STRING_8
|
request_uri: READABLE_STRING_8
|
||||||
|
|||||||
@@ -248,6 +248,12 @@ feature -- Access: HTTP_* CGI meta parameters - 1.1
|
|||||||
Result := meta_string_variable ({WGI_META_NAMES}.http_access_control_request_headers)
|
Result := meta_string_variable ({WGI_META_NAMES}.http_access_control_request_headers)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
http_if_match: detachable READABLE_STRING_8
|
||||||
|
-- Existance check on resource
|
||||||
|
do
|
||||||
|
Result := meta_string_variable ({WGI_META_NAMES}.http_if_match)
|
||||||
|
end
|
||||||
|
|
||||||
feature -- Access: Extension to CGI meta parameters - 1.1
|
feature -- Access: Extension to CGI meta parameters - 1.1
|
||||||
|
|
||||||
request_uri: READABLE_STRING_8
|
request_uri: READABLE_STRING_8
|
||||||
|
|||||||
@@ -1045,7 +1045,7 @@ feature -- HTTP_*
|
|||||||
http_if_match: detachable READABLE_STRING_8
|
http_if_match: detachable READABLE_STRING_8
|
||||||
-- Existence check on resource
|
-- Existence check on resource
|
||||||
do
|
do
|
||||||
Result := meta_string_variable ({WGI_META_NAMES}.http_if_match)
|
Result := wgi_request.http_if_match
|
||||||
end
|
end
|
||||||
|
|
||||||
feature -- Extra CGI environment variables
|
feature -- Extra CGI environment variables
|
||||||
|
|||||||
Reference in New Issue
Block a user