reuse implementation from WSF_REQUEST to get input data for MIME handlers.

This commit is contained in:
Jocelyn Fiat
2013-03-29 17:50:34 +01:00
parent 8647ae1cd3
commit a8a3f3cb8b
3 changed files with 8 additions and 46 deletions

View File

@@ -52,7 +52,7 @@ feature {NONE} -- Implementation: Form analyzer
require
a_content_type_valid: a_content_type /= Void and not a_content_type.has_error
s_attached: s /= Void
same_content_length: req.content_length_value > 0 implies req.content_length_value.as_integer_32 = s.count
same_content_length: req.content_length_value > 0 implies req.content_length_value.as_integer_32 <= s.count
vars_attached: vars /= Void
local
p,i,next_b: INTEGER