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
c1d73d3e
Commit
c1d73d3e
authored
Jul 08, 2018
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc fix.
parent
fc5f43da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
README.rst
README.rst
+4
-4
vmod_selector.vcc
src/vmod_selector.vcc
+4
-4
No files found.
README.rst
View file @
c1d73d3e
...
...
@@ -411,10 +411,10 @@ Example::
sub vcl_init {
new myset = selector.set();
set.add("foo");
set.add("bar");
set.add("baz");
set.create_stats();
my
set.add("foo");
my
set.add("bar");
my
set.add("baz");
my
set.create_stats();
}
...
...
src/vmod_selector.vcc
View file @
c1d73d3e
...
...
@@ -380,10 +380,10 @@ Example::
sub vcl_init {
new myset = selector.set();
set.add("foo");
set.add("bar");
set.add("baz");
set.create_stats();
my
set.add("foo");
my
set.add("bar");
my
set.add("baz");
my
set.create_stats();
}
$Method BOOL .match(STRING)
...
...
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