Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
arp 日付を処理する方法を提供するモジュールを作成しています。
nginxの基本構造とイベントモジュールを使いたいのでhttp{}のようなモジュールを書く
私の問題は、読み取りイベントをnginxのイベントループに追加する方法がわからないことです。ngx_module_tのinit_process関数でngx_add_eventを呼び出そうとしましたが、NULL ptrを取得しました...
私は何をすべきか?