be sure we got the full content same as content length

This commit is contained in:
Jocelyn Fiat
2013-03-29 14:20:01 +01:00
parent f5b23c2571
commit 3bc3e3b874
2 changed files with 22 additions and 1 deletions
@@ -52,6 +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 = s.count
vars_attached: vars /= Void
local
p,i,next_b: INTEGER
@@ -233,7 +234,7 @@ feature {NONE} -- Implementation: Form analyzer
-- Default content type
note
copyright: "2011-2012, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Eiffel Software and others"
copyright: "2011-2013, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software