Tianjia Zhang

Results 23 issues of Tianjia Zhang

##### Checklist - [ ] documentation is added or updated - [ ] tests are added or updated

branch: master
approval: otc review pending
triaged: feature

I use multi-thread(ngx.thread.spawn) to get data and store thems to PostgreSQL. But lapis cached the psql tcpsock to ngx.ctx.pgmoon. So the whole threads use the one tcpsock to backend psql....

I will run multiple website in one server. I don't think that using proxy is a good idea. Can I run multiple lapis instance in one nginx server ?

I use 'access' phase for check permission, like this: ``` access_by_lua 'require("lapis").serve("access")'; content_by_lua 'require("lapis").serve("app")'; ``` But the undeclared routes in 'access' phase can't be passed to 'content' phase, What should...

As a general Enclave container service, inclavare-containers needs to support various Enclave forms implemented by software and hardware. It is necessary to abstract a set of API interfaces that support...

documentation
rfc

get_mut() is an unused function, and is different from the get_mut() prototype in IoSession, which is easy to cause confusion, so delete it.

error[E0277]: the trait bound `tokio::net::TcpStream: tokio::io::async_read::AsyncRead` is not satisfied --> src/main.rs:33:54 | 33 | let mut tls_stream = tls_acceptor.accept(socket).await.expect("accept error"); | ^^^^^^ the trait `tokio::io::async_read::AsyncRead` is not implemented for `tokio::net::TcpStream`...

lfs.dir support pattern on Windows;

#### 项目名称与简介(Project Intro.) FreeBSD #### 上游地址与镜像方法(How to Mirror) 源码仓库:https://git.FreeBSD.org/src.git #### 其他信息(Other) - 镜像大小(Mirror Size):1-2G - 该镜像需求是否被之前的 issue 提出过:https://github.com/tuna/issues/issues/392 - 是否阅读了[请求新镜像前必读(试行)](https://github.com/tuna/issues/issues/741):是

Mirror Request

use standard type LUALIB_API for export interface