maproxy icon indicating copy to clipboard operation
maproxy copied to clipboard

TCP(/SSL) reverse-proxy based on Tornado

Results 2 maproxy issues
Sort by recently updated
recently updated
newest added

Add simple caching (in memory, not redis/memcache) . When we get a new connection - if we have "cached data" - return the cached data (and don't even bother opening...

when using the default example you get this error: ![image](https://user-images.githubusercontent.com/656739/75675902-0a80bd80-5c80-11ea-83d7-18563eae19e1.png) here is the line where the error occurs ![image](https://user-images.githubusercontent.com/656739/75676031-56336700-5c80-11ea-95b4-b123d30bd6ce.png) looks like the this is the problem (the callbacks are not...