Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-selector
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-selector
Commits
85b78c96
Commit
85b78c96
authored
Sep 20, 2020
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc polish.
parent
2c814949
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
CONTRIBUTING.rst
CONTRIBUTING.rst
+1
-1
README.rst
README.rst
+4
-4
vmod_selector.vcc
src/vmod_selector.vcc
+2
-2
No files found.
CONTRIBUTING.rst
View file @
85b78c96
...
@@ -97,7 +97,7 @@ cases, and test inputs. See ``README.md`` in the directory for
...
@@ -97,7 +97,7 @@ cases, and test inputs. See ``README.md`` in the directory for
details.
details.
If ``configure`` is called with ``--enable-benchmarks``, then the
If ``configure`` is called with ``--enable-benchmarks``, then the
benchmark utilites are built as part of the regular build process
benchmark utilit
i
es are built as part of the regular build process
(when ``make`` is invoked). The feature is disabled by default. Even
(when ``make`` is invoked). The feature is disabled by default. Even
if the configure flag was not enabled, the benchmarks are built when
if the configure flag was not enabled, the benchmarks are built when
``make`` is invoked in the benchmark directory.
``make`` is invoked in the benchmark directory.
...
...
README.rst
View file @
85b78c96
...
@@ -10,9 +10,9 @@
...
@@ -10,9 +10,9 @@
vmod_selector
vmod_selector
=============
=============
--------------------------------------------------------------------------------------------------
-
--------------------------------------------------------------------------------------------------
Varnish Module for matching fixed strings, and mapp
p
ing strings to backends, regexen and other data
Varnish Module for matching fixed strings, and mapping strings to backends, regexen and other data
--------------------------------------------------------------------------------------------------
-
--------------------------------------------------------------------------------------------------
:Manual section: 3
:Manual section: 3
...
@@ -448,7 +448,7 @@ the VCL load will not fail, but all match operations on the set will
...
@@ -448,7 +448,7 @@ the VCL load will not fail, but all match operations on the set will
fail. In that case, a warning is emitted to the log with the
fail. In that case, a warning is emitted to the log with the
``VCL_Error`` tag. Since that happens outside of any request/response
``VCL_Error`` tag. Since that happens outside of any request/response
transaction, the error message can only be seen when a tool like
transaction, the error message can only be seen when a tool like
``varni
w
hlog(1)`` is used with raw grouping (``-g raw``).
``varni
s
hlog(1)`` is used with raw grouping (``-g raw``).
.. _xset.create_stats():
.. _xset.create_stats():
...
...
src/vmod_selector.vcc
View file @
85b78c96
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
# See LICENSE
# See LICENSE
#
#
$Module selector 3 "Varnish Module for matching fixed strings, and mapp
p
ing strings to backends, regexen and other data"
$Module selector 3 "Varnish Module for matching fixed strings, and mapping strings to backends, regexen and other data"
$ABI vrt
$ABI vrt
...
@@ -419,7 +419,7 @@ the VCL load will not fail, but all match operations on the set will
...
@@ -419,7 +419,7 @@ the VCL load will not fail, but all match operations on the set will
fail. In that case, a warning is emitted to the log with the
fail. In that case, a warning is emitted to the log with the
``VCL_Error`` tag. Since that happens outside of any request/response
``VCL_Error`` tag. Since that happens outside of any request/response
transaction, the error message can only be seen when a tool like
transaction, the error message can only be seen when a tool like
``varni
w
hlog(1)`` is used with raw grouping (``-g raw``).
``varni
s
hlog(1)`` is used with raw grouping (``-g raw``).
$Method VOID .create_stats(PRIV_VCL)
$Method VOID .create_stats(PRIV_VCL)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment