Merge pull request #67 from berenddeboer/master
Remove invariant violation.
This commit is contained in:
@@ -3,8 +3,8 @@ note
|
||||
Server request context of the httpd request
|
||||
|
||||
It includes CGI interface and a few extra values that are usually valuable
|
||||
meta_variable (a_name: READABLE_STRING_GENERAL): detachable WSF_STRING
|
||||
meta_string_variable (a_name: READABLE_STRING_GENERAL): detachable READABLE_STRING_32
|
||||
meta_variable (a_name: READABLE_STRING_GENERAL): detachable WSF_STRING
|
||||
meta_string_variable (a_name: READABLE_STRING_GENERAL): detachable READABLE_STRING_32
|
||||
|
||||
In addition it provides
|
||||
|
||||
@@ -140,7 +140,6 @@ feature -- Destroy
|
||||
end
|
||||
|
||||
content_length_value := 0
|
||||
content_type := Void
|
||||
execution_variables_table.wipe_out
|
||||
internal_cookies_table := Void
|
||||
internal_form_data_parameters_table := Void
|
||||
@@ -1128,7 +1127,7 @@ feature -- HTTP_*
|
||||
|
||||
http_access_control_request_headers: detachable READABLE_STRING_8
|
||||
-- Indicates which headers will be used in the actual request
|
||||
-- as part of the preflight request
|
||||
-- as part of the preflight request
|
||||
do
|
||||
Result := wgi_request.http_access_control_request_headers
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user