• Deomid Ryabkov's avatar
    Ensure that user sees all the data before connection is closed · e2dfac94
    Deomid Ryabkov authored
    If user throttles receive by setting recv_mbuf_limit,
    after the net interface reports connection as closed we must wait
    for data to trickle through before disposing of it.
    There can still b data in the buffers (e.g. SSL).
    
    CL: mg: Ensure that user sees all the data before connection is closed
    
    PUBLISHED_FROM=22be0fa368950a9fdb03cfb00febc7c0a1674b01
    e2dfac94
Name
Last commit
Last update
..
intro.md Loading commit data...
mg_add_sock.md Loading commit data...
mg_add_sock_opt.md Loading commit data...
mg_bind.md Loading commit data...
mg_bind_opt.md Loading commit data...
mg_broadcast.md Loading commit data...
mg_check_ip_acl.md Loading commit data...
mg_connect.md Loading commit data...
mg_connect_opt.md Loading commit data...
mg_event_handler_t.md Loading commit data...
mg_mgr_free.md Loading commit data...
mg_mgr_init.md Loading commit data...
mg_mgr_init_opt.md Loading commit data...
mg_mgr_poll.md Loading commit data...
mg_next.md Loading commit data...
mg_printf.md Loading commit data...
mg_resolve.md Loading commit data...
mg_send.md Loading commit data...
mg_set_ssl.md Loading commit data...
mg_set_timer.md Loading commit data...
mg_socketpair.md Loading commit data...
mg_time.md Loading commit data...
mg_vprintf.md Loading commit data...
struct_mg_add_sock_opts.md Loading commit data...
struct_mg_bind_opts.md Loading commit data...
struct_mg_connect_opts.md Loading commit data...
struct_mg_connection.md Loading commit data...
struct_mg_mgr.md Loading commit data...
struct_mg_mgr_init_opts.md Loading commit data...