wandenberg / nginx-push-stream-module

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
Other
2.22k stars 295 forks source link

DELETE channel does not appear in nginx access log #115

Closed 5lava closed 10 years ago

5lava commented 10 years ago

Hi wandenberg. I have access_log enabled in nginx. When I perform a DELETE method to a location that has push_stream_publisher admin;, the request is never logged into access_log, whether the channel exists (200) or not (404). Is that normal behavior? All other methods (GET, POST, PUT) to that location, as well as all DELETE's to other locations do appear in access_log as usually.

Tested on nginx 1.4.4 and 1.5.7, nginx-push-stream-module-0.4.0. The configuration is as simple as possible:

push_stream_shared_memory_size 50M;
location /pub {
    push_stream_publisher admin;
    push_stream_channels_path $arg_id;
}

Thank you.

wandenberg commented 10 years ago

Fixed on branch 0.4.1-dev at 582bb73fb9ad8c7a4214a42949cb333427d9bdf6