Couple questions about module behaviour

2015-02-11 Thread hun...@opensource.com.vn
)? Thanks. -- Hưng Email: hun...@opensource.com.vn ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: Couple questions about module behaviour

2015-02-12 Thread hun...@opensource.com.vn
, because there are bytes which are sent (i.e., passed by nginx to the socket buffer) but not yet received. Well, this means there’s another parameter in log module which actually log number of bytes client received (other than $body_bytes_sent or $bytes_sent). ? -- Hưng Email: hun

Recommend way to write module to do expensive job

2015-03-05 Thread hun...@opensource.com.vn
receive moov atom data to start playback, my module should be able to produce moov atom and send those bytes to client while processing other part of video file. Maybe I ask is there any recommend way to do this? Thanks. -- Hưng Email: hun...@opensource.com.vn

Re: [request] create account for wiki.nginx.org

2015-03-05 Thread hun...@opensource.com.vn
off topic but your module look very good to me. Thanks too much for this :) -- Hưng Email: hun...@opensource.com.vn > On Mar 5, 2015, at 10:52 PM, YoungJoo.Kim wrote: > > Hi folks, I have refered link to > http://forum.nginx.org/read.php?29,249919,249933. > <http

Re: Couple questions about module behaviour

2015-03-16 Thread hun...@opensource.com.vn
Hello, > No, it means that a server don't know how many bytes a client > actually recieved. So can we know how many bytes server actually sent (write to the socket)? Thanks. — Hưng Email: hun...@opensource.com.vn > On Feb 13, 2015, at 8:15 PM, Maxim Dounin wrote: > >

Re: Couple questions about module behaviour

2015-03-17 Thread hun...@opensource.com.vn
Hello, No, it’s not. If you take a look at ngx_http_log_module.c, r->connection->sent is use by function ngx_http_log_bytes_sent, which is later logged as $byte_sents variable, and it’s actually file size. -- Hưng Email: hun...@opensource.com.vn > On Mar 17, 2015, at 1:57 PM

Update content on nginx-wiki

2015-04-15 Thread hun...@opensource.com.vn
Could someone from nginx can create an account for me on wiki page? Thanks, -- Hưng Email: hun...@opensource.com.vn ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

[1.8.0 stable] bug when install on old linux version

2015-05-06 Thread hun...@opensource.com.vn
8999#0: worker process 19006 exited with fatal code 2 and cannot be respawned with same configure options, nginx stable 1.6.3 work fine. Maybe a bug? System details: Centos 5, kernel: 2.6.18-164.el5 -- Hưng Email: hun...@opensource.com.vn ___

Re: [1.8.0 stable] bug when install on old linux version

2015-05-06 Thread hun...@opensource.com.vn
Hello, This patch works, thanks. @Filipe: Thanks. I will fix that. But I don’t know where is `6d468b45f40e`? I don’t see any pull request. Thanks -- Hưng Email: hun...@opensource.com.vn > On May 6, 2015, at 8:42 PM, Ruslan Ermilov wrote: > > Could you verify that this patch