Suika

Results 17 comments of Suika

Take `ngx.timer.at` as reference: ``` A lot of the Lua APIs for Nginx are enabled in the context of the timer callbacks, like stream/datagram cosockets (ngx.socket.tcp and ngx.socket.udp), shared memory...

And what makes it disabled in `header_filter_by_lua` `body_filter_by_lua`?

And about the API call arguments, how should I call function defined in the same module which calls the `run_worker_thread`

> > And about the API call arguments, how should I call function defined in the same module which calls the run_worker_thread > > I can not understand you, can...

> > > > And about the API call arguments, how should I call function defined in the same module which calls the run_worker_thread > > > > > >...

> @suikabreaker Could you check the PR to see if it's satisfied? I suppose shared memory and log APIs need fake request to be call? Shared memory matters in my...

@zhuizhuhaomeng Also, can you review this PR? I will rebase later PR to the earlier accepted one.

> According to [rfc 7578 section 4.1](https://datatracker.ietf.org/doc/html/rfc7578#section-4.1), the boundary must: > > > constructed using CRLF, "--", and the value of the "boundary" parameter > > It looks like it...

> @suikabreaker could you modify the code style by referring to another PR (#63) and rebase the latest master Not quite sure about the code style but I've checked for...