Fixed bug in 32/8 bit string existance

This commit is contained in:
Colin Adams
2013-04-11 10:28:14 +01:00
parent 137afab3d3
commit 92ce80cd63
3 changed files with 12 additions and 1 deletions

View File

@@ -1045,7 +1045,7 @@ feature -- HTTP_*
http_if_match: detachable READABLE_STRING_8
-- Existence check on resource
do
Result := meta_string_variable ({WGI_META_NAMES}.http_if_match)
Result := wgi_request.http_if_match
end
feature -- Extra CGI environment variables