Skip to content

Commit

Permalink
fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
scokmen committed Jun 29, 2024
1 parent ce4c621 commit e6cd5ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/http/s_sock_loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,6 @@ int sn_listen(int port) {
uv_tcp_t server;
struct sockaddr_in addr;

server.write_queue_size

uv_ip4_addr("0.0.0.0", port, &addr);
uv_tcp_init(uv_default_loop(), &server);
uv_tcp_bind(&server, (struct sockaddr *) &addr, 0);
Expand Down

0 comments on commit e6cd5ab

Please sign in to comment.