Skip to content

src/lib/lua/reqests: fix invalid error reported for ignore

Karel Koci requested to merge invalid-version-warning into master

The issue here was that invalid function was used to mask extra option version. It was called before the correct call and thus message was reported for version instead of ignore argument. At the same time the version is simply ignored. This fixes this and correctly handles version.

Merge request reports