Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
openresty
/
stream-lua-nginx-module
Public
Notifications
You must be signed in to change notification settings
Fork
210
Star
749
Code
Issues
35
Pull requests
15
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
balancer_by_lua for streams
- #30
#30
Closed
rshriram
wants to merge 37 commits into
openresty:master
openresty/stream-lua-nginx-module:master
from
rshriram:master
rshriram/stream-lua-nginx-module:master
Copy head branch name to clipboard
Conversation
Commits
37
(37)
Checks
Files changed
Closed
balancer_by_lua for streams
#30
rshriram
wants to merge 37 commits into
openresty:master
openresty/stream-lua-nginx-module:master
from
rshriram:master
rshriram/stream-lua-nginx-module:master
Copy head branch name to clipboard
Commits
Commits on Feb 4, 2016
Initial Commit of balancer_by_lua_* port
splitice
committed
35e6cd7
View commit details
Copy full SHA for 35e6cd7
Browse repository at this point
add balancer to FFI context and fix get_phase
splitice
committed
559a9b4
View commit details
Copy full SHA for 559a9b4
Browse repository at this point
fix segfault due to miss-matched types
splitice
committed
0729016
View commit details
Copy full SHA for 0729016
Browse repository at this point
first part of porting tests, the configuration
splitice
committed
14a545c
View commit details
Copy full SHA for 14a545c
Browse repository at this point
fix log passing
splitice
committed
463a8eb
View commit details
Copy full SHA for 463a8eb
Browse repository at this point
pass the stream session correctly
splitice
committed
485ec80
View commit details
Copy full SHA for 485ec80
Browse repository at this point
Commits on Feb 5, 2016
Merge remote-tracking branch 'refs/remotes/openresty/master'
splitice
committed
e72e37f
View commit details
Copy full SHA for e72e37f
Browse repository at this point
Merge remote-tracking branch 'refs/remotes/openresty/master'
Show description for 169a8cf
splitice
committed
169a8cf
View commit details
Copy full SHA for 169a8cf
Browse repository at this point
request/session r -> s
splitice
committed
a969b82
View commit details
Copy full SHA for a969b82
Browse repository at this point
FFI: get_last_failure comment the reason for non-implementation. Return status 0 always.
splitice
committed
70942f9
View commit details
Copy full SHA for 70942f9
Browse repository at this point
Style: remove extra whitespace / newline
splitice
committed
1527ee1
View commit details
Copy full SHA for 1527ee1
Browse repository at this point
style fixes
splitice
committed
9d3efbf
View commit details
Copy full SHA for 9d3efbf
Browse repository at this point
missed semicolon
splitice
committed
1477f6d
View commit details
Copy full SHA for 1477f6d
Browse repository at this point
Commits on Feb 18, 2016
Merge remote-tracking branch 'refs/remotes/openresty/master'
splitice
committed
d6252a2
View commit details
Copy full SHA for d6252a2
Browse repository at this point
Commits on May 4, 2016
Merge remote-tracking branch 'refs/remotes/openresty/master'
splitice
committed
8d47c5c
View commit details
Copy full SHA for 8d47c5c
Browse repository at this point
Commits on Aug 9, 2016
style fixes based on ngx-style.pl
rshriram
committed
0a87fc2
View commit details
Copy full SHA for 0a87fc2
Browse repository at this point
add comment about *status=0
rshriram
committed
291d72f
View commit details
Copy full SHA for 291d72f
Browse repository at this point
travis tests
Shriram Rajagopalan
committed
78efab0
View commit details
Copy full SHA for 78efab0
Browse repository at this point
remove extraneous resolve test
Shriram Rajagopalan
committed
69785dc
View commit details
Copy full SHA for 69785dc
Browse repository at this point
fix balancer tests
Shriram Rajagopalan
committed
4552ef2
View commit details
Copy full SHA for 4552ef2
Browse repository at this point
add empty --config sections in balancer test
Shriram Rajagopalan
committed
9c65d89
View commit details
Copy full SHA for 9c65d89
Browse repository at this point
add stream request to tests
Shriram Rajagopalan
committed
bb12e57
View commit details
Copy full SHA for bb12e57
Browse repository at this point
Commits on Aug 10, 2016
remove http specific tests from suite 138-balancer.t
Shriram Rajagopalan
committed
da0cb96
View commit details
Copy full SHA for da0cb96
Browse repository at this point
remove blank lines
Shriram Rajagopalan
committed
52cc121
View commit details
Copy full SHA for 52cc121
Browse repository at this point
remove travis from personal branch
Shriram Rajagopalan
committed
3a430b8
View commit details
Copy full SHA for 3a430b8
Browse repository at this point
Merge remote-tracking branch 'upstream/master'
Shriram Rajagopalan
committed
0327ea3
View commit details
Copy full SHA for 0327ea3
Browse repository at this point
set name of context for balancer_by_lua
Shriram Rajagopalan
committed
c083780
View commit details
Copy full SHA for c083780
Browse repository at this point
Commits on Aug 14, 2016
add support for set_timeouts in balancer_by_lua
Shriram Rajagopalan
committed
07b8540
View commit details
Copy full SHA for 07b8540
Browse repository at this point
Commits on Aug 16, 2016
set nginx version to 1.11.2
Shriram Rajagopalan
committed
9f0c59e
View commit details
Copy full SHA for 9f0c59e
Browse repository at this point
revert travis version to 1.9.15
Shriram Rajagopalan
committed
9136d25
View commit details
Copy full SHA for 9136d25
Browse repository at this point
remove set_timeout support
Shriram Rajagopalan
committed
3d84692
View commit details
Copy full SHA for 3d84692
Browse repository at this point
ngx exit support - wip
Shriram Rajagopalan
committed
dc5a572
View commit details
Copy full SHA for dc5a572
Browse repository at this point
Commits on Aug 17, 2016
fixing balancer tests. check for ngx error and ngx ok
Shriram Rajagopalan
committed
a73175b
View commit details
Copy full SHA for a73175b
Browse repository at this point
Commits on Aug 21, 2016
check for context mismatch before anything else in balancer functions
Shriram Rajagopalan
committed
34ae6be
View commit details
Copy full SHA for 34ae6be
Browse repository at this point
remove stray http balancer reference
Shriram Rajagopalan
committed
8aa6082
View commit details
Copy full SHA for 8aa6082
Browse repository at this point
Commits on Oct 17, 2016
Merge remote-tracking branch 'upstream/master'
Shriram Rajagopalan
committed
ac4f075
View commit details
Copy full SHA for ac4f075
Browse repository at this point
fix compilation error
Shriram Rajagopalan
committed
f204613
View commit details
Copy full SHA for f204613
Browse repository at this point
You can’t perform that action at this time.