Hi Kay, On Wed, Jun 22, 2016 at 09:38:53AM +0200, Kay Fuchs wrote: (...) > The function analogous to "http_action_req_capture" in "proto_http.c" > seems to be missing. If you omit the argument "len 1" the parser > displays "'http-response capture' rule : expects <expression> [ 'len' > <length> | id <idx> ]" and seems to be prepared for an implicit slot > creation. But maybe the error message is misleading. :-)
Indeed the error message is misleading. The ID is mandatory on the response path as the storage area is allocated during the request. Now fixed, thanks. willy

