We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7168941 commit 322fd80Copy full SHA for 322fd80
library/server/wsf/src/wsf_request.e
@@ -125,6 +125,7 @@ feature {NONE} -- Initialization
125
end
126
127
--| HTTPS support
128
+ is_https := False
129
if attached meta_string_variable ("HTTPS") as l_https and then not l_https.is_empty then
130
is_https := l_https.is_case_insensitive_equal_general ("on")
131
or else l_https.is_case_insensitive_equal_general ("yes")
@@ -172,6 +173,7 @@ feature -- Destroy
172
173
raw_input_data_recorded := False
174
request_method := empty_string_8
175
set_uploaded_file_path (Void)
176
177
178
179
feature -- Status report
0 commit comments