add precondition saying the request line should not be empty
This commit is contained in:
@@ -163,7 +163,7 @@ feature -- Parsing
|
||||
|
||||
analyze_request_line (line: STRING)
|
||||
require
|
||||
line /= Void
|
||||
line /= Void and then line.count > 0
|
||||
local
|
||||
pos, next_pos: INTEGER
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user