)?
Thanks.
--
Hưng
Email: hun...@opensource.com.vn
___
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
, 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
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
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
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:
>
>
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
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
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
___
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