Skip to content

Commit c6ee55b

Browse files
authored
Merge pull request #26 from G-Core/ICM-48411_nginx_1.30_peer_connection_fields
ICM-48411: set new ngx_peer_connection hint/sid fields for nginx 1.30
2 parents 4f3930f + c8f1812 commit c6ee55b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nginx_module/src/unix_socket.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ impl State {
237237
type_: 0,
238238
rcvbuf: 0,
239239
log,
240+
hint: std::ptr::null_mut(),
241+
sid: std::ptr::null_mut(),
240242
_bitfield_align_1: Default::default(),
241243
_bitfield_1: Default::default(),
242244
__bindgen_padding_0: Default::default(),

0 commit comments

Comments
 (0)