Xiaobo Liu
Xiaobo Liu
Hi @tgross35, Use the `c_uint` type for `SA_*`, changed now.
Because the client is disconnected before data is received from upstream. `499` Status codes are generated by client disconnection.
The `server_name` directive can only be used with an explicit server name or wildcard names or regular expressions names. Please refer to: http://nginx.org/en/docs/http/server_names.html
Hi, is the username the same as the Nginx process configured username? can you post the configuration file?
After the `as_raw_fd()` call, the fd needs to be restored to an `Queue` object.
change to `[cfg(all(target_env = "uclibc", target_arch = "mips"))]`
Generating corresponding Rust code from C language macro definitions would be sufficient, whether as Rust functions or Rust macros. This approach would be better for C projects that involve numerous...
hi @rainliu , can you review this PR?
Hi @tgross35 , I'm really sorry, it's been a while and I've somewhat forgotten, but at the time I encountered a compilation error related to signal interfaces. Modifying it to...
I reproduced it and the compilation error is as follows: ``` error[E0308]: mismatched types --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/src/macros.rs:70:35 | 70 | const $Flag = libc::$Flag $(as $cast)*; | ^^^^^^^^^^^ expected `u32`, found...