diff options
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r-- | src/core/ngx_connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index 6dd191938..3c280bded 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -92,6 +92,7 @@ struct ngx_connection_s { ngx_socket_t fd; ngx_recv_pt recv; + ngx_send_pt send; ngx_send_chain_pt send_chain; ngx_listening_t *listening; |